mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
fix(project): don't focus project identifier
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user