do not allow empty option on dropdown when adding dependency (#1155)

This commit is contained in:
kevoh1516 2023-06-06 17:23:08 -04:00 committed by GitHub
parent 66364354da
commit d275b3fd08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@
:searchable="false"
:close-on-select="true"
:show-labels="false"
:allow-empty="true"
:allow-empty="false"
/>
<input
v-model="newDependencyId"