Skip to content

Commit e0bb1f4

Browse files
blackb1rdCopilot
authored andcommitted
Update web/src/components/TaskParamsForm.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 34c7638 commit e0bb1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/components/TaskParamsForm.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
outlined
3232
dense
3333
>
34-
<template v-slot:selection="{ item, index }" v-if="v.type === 'select'">
35-
<v-chip small close @click:close="removeSelectedItem(v.name, index)"
34+
<template v-slot:selection="{ item, index }">
35+
<v-chip v-if="v.type === 'select'" small close @click:close="removeSelectedItem(v.name, index)"
3636
>{{ item.name || item }}
3737
</v-chip>
3838
</template>

0 commit comments

Comments
 (0)