We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298774e commit c66f308Copy full SHA for c66f308
ui/src/views/AutogenView.vue
@@ -269,7 +269,7 @@
269
}"
270
:autoFocus="fieldIndex === firstIndex"
271
>
272
- <a-select-option key="">{{ }}</a-select-option>
+ <a-select-option key="" label="">{{ }}</a-select-option>
273
<a-select-option v-for="opt in field.opts" :key="opt.id" :label="opt.name || opt.description || opt.traffictype || opt.publicip">
274
<div>
275
<span v-if="(field.name.startsWith('template') || field.name.startsWith('iso'))">
0 commit comments