You've already forked AstralRinth
forked from didirus/AstralRinth
do not allow empty option on dropdown when adding dependency (#1155)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user