mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 09:15:44 +03:00
fix(web): Fix label for attribute (#3726)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
<form on:submit|preventDefault={handleSave} autocomplete="off">
|
||||
<div class="m-4 flex flex-col gap-2">
|
||||
<label class="immich-form-label" for="email">Description</label>
|
||||
<label class="immich-form-label" for="name">Description</label>
|
||||
<!-- svelte-ignore a11y-autofocus -->
|
||||
<textarea
|
||||
class="immich-form-input focus:outline-none"
|
||||
|
||||
Reference in New Issue
Block a user