fix: use correct prop for CreateEdit
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<create-edit
|
||||
:title="$t('label.create.title')"
|
||||
@create="newLabel()"
|
||||
:create-disabled="label.title === ''"
|
||||
:primary-disabled="label.title === ''"
|
||||
>
|
||||
<div class="field">
|
||||
<label class="label" for="labelTitle">{{ $t('label.attributes.title') }}</label>
|
||||
|
Reference in New Issue
Block a user