mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 09:00:05 +00:00
fix: remove unused SquareChip templates from WorkflowTemplateSelectorDialog
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user