fix(project): don't focus project identifier

This commit is contained in:
kolaente 2026-01-08 19:55:29 +01:00
parent ddd5662d66
commit e0235a6806
1 changed files with 0 additions and 1 deletions

View File

@ -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}"