fix(project): don't focus project identifier
This commit is contained in:
parent
ddd5662d66
commit
e0235a6806
|
|
@ -37,7 +37,6 @@
|
|||
<FormField
|
||||
id="identifier"
|
||||
v-model="project.identifier"
|
||||
v-focus
|
||||
v-tooltip="$t('project.edit.identifierTooltip')"
|
||||
:label="$t('project.edit.identifier')"
|
||||
:class="{ 'disabled': isLoading}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue