Skip to content

Commit c66f308

Browse files
author
Hoang Nguyen
authored
fix the error of not being able to search for ostype selectbox (#5607)
1 parent 298774e commit c66f308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/AutogenView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
}"
270270
:autoFocus="fieldIndex === firstIndex"
271271
>
272-
<a-select-option key="">{{ }}</a-select-option>
272+
<a-select-option key="" label="">{{ }}</a-select-option>
273273
<a-select-option v-for="opt in field.opts" :key="opt.id" :label="opt.name || opt.description || opt.traffictype || opt.publicip">
274274
<div>
275275
<span v-if="(field.name.startsWith('template') || field.name.startsWith('iso'))">

0 commit comments

Comments
 (0)