Skip to content

Commit

Permalink
fix: Remove redundant autofocus attr
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal authored and backportbot[bot] committed Jan 24, 2024
1 parent 5393ac5 commit 3e621dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Albums/AlbumForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
type="text"
name="name"
:required="true"
autofocus="true"
:label="t('photos', 'Name of the album')" />
<NcTextField :value.sync="albumLocation"
name="location"
Expand Down

0 comments on commit 3e621dc

Please sign in to comment.