Skip to content

Commit 66611eb

Browse files
committed
feat(ui): use autocomplete instead of select for new schedule
1 parent ce171fd commit 66611eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/ScheduleForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class="mb-4"
2323
></v-text-field>
2424

25-
<v-select
25+
<v-autocomplete
2626
v-model="item.template_id"
2727
:label="$t('Template')"
2828
:items="templates"

0 commit comments

Comments
 (0)