do not allow empty option on dropdown when adding dependency (#1155)
This commit is contained in:
parent
66364354da
commit
d275b3fd08
@ -313,7 +313,7 @@
|
|||||||
:searchable="false"
|
:searchable="false"
|
||||||
:close-on-select="true"
|
:close-on-select="true"
|
||||||
:show-labels="false"
|
:show-labels="false"
|
||||||
:allow-empty="true"
|
:allow-empty="false"
|
||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
v-model="newDependencyId"
|
v-model="newDependencyId"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user