mirror of
https://github.com/immich-app/immich.git
synced 2025-11-29 02:19:47 +09:00
fix(web): require button type (#9786)
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
{#if availableUsers.length > 0}
|
||||
{#each availableUsers as user}
|
||||
<button
|
||||
type="button"
|
||||
on:click={() => selectUser(user)}
|
||||
class="flex w-full place-items-center gap-4 px-5 py-4 transition-all hover:bg-gray-200 dark:hover:bg-gray-700 rounded-xl"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user