fix the error of not being able to search for ostype selectbox (#5607)

This commit is contained in:
Hoang Nguyen 2021-10-22 12:47:46 +07:00 committed by GitHub
parent 298774e020
commit c66f308d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,7 +269,7 @@
}"
:autoFocus="fieldIndex === firstIndex"
>
<a-select-option key="">{{ }}</a-select-option>
<a-select-option key="" label="">{{ }}</a-select-option>
<a-select-option v-for="opt in field.opts" :key="opt.id" :label="opt.name || opt.description || opt.traffictype || opt.publicip">
<div>
<span v-if="(field.name.startsWith('template') || field.name.startsWith('iso'))">