mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix: allow edit to empty name (#3322)
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
class="gap-2 w-full bg-gray-100 dark:bg-gray-700 dark:text-white"
|
||||
type="text"
|
||||
placeholder="New name or nickname"
|
||||
required
|
||||
bind:value={name}
|
||||
/>
|
||||
<Button size="sm" type="submit">Done</Button>
|
||||
|
||||
Reference in New Issue
Block a user