fix: use correct prop for CreateEdit
This commit is contained in:
parent
36d5262f1d
commit
3f61c6b21a
4 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<create-edit
|
||||
:title="$t('team.create.title')"
|
||||
@create="newTeam()"
|
||||
:create-disabled="team.name === ''"
|
||||
:primary-disabled="team.name === ''"
|
||||
>
|
||||
<div class="field">
|
||||
<label class="label" for="teamName">{{ $t('team.attributes.name') }}</label>
|
||||
|
|
|
|||
Reference in a new issue