fix: remove unused SquareChip templates from WorkflowTemplateSelectorDialog

This commit is contained in:
Johnpaul
2025-09-24 17:50:27 +01:00
parent 77bb1e4928
commit a3adaf2998

View File

@@ -261,16 +261,6 @@
:label="tag"
/>
</template>
<template v-else>
<SquareChip
v-if="template.mediaType"
:label="template.mediaType"
/>
<SquareChip
v-if="template.models && template.models.length > 0"
:label="template.models[0]"
/>
</template>
</template>
</CardTop>
</template>