fix folder view

This commit is contained in:
sadnub
2023-12-12 10:50:32 -05:00
committed by GitHub
parent 49da10cf0b
commit 53fc6f4cde

View File

@@ -178,7 +178,8 @@
<!-- is community script icon -->
<img
v-if="props.row.script_type === 'builtin'"
v-if="props.node.script_type === 'builtin'"
class="vertical-middle"
:src="trmmLogo"
style="height: 20px; max-width: 20px"
/>