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"
|
||||
:close-on-select="true"
|
||||
:show-labels="false"
|
||||
:allow-empty="true"
|
||||
:allow-empty="false"
|
||||
/>
|
||||
<input
|
||||
v-model="newDependencyId"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user