mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 02:46:47 +01:00
fix(web): better button placement within the user management table (#6520)
fix(web): better button placement within table
This commit is contained in:
parent
aa02ccb731
commit
732f289336
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="w-4/12 lg:w-3/12 xl:w-2/12 text-ellipsis break-all px-4 text-sm">
|
<td class="w-4/12 lg:w-3/12 xl:w-2/12 text-ellipsis break-all text-sm">
|
||||||
{#if !isDeleted(immichUser)}
|
{#if !isDeleted(immichUser)}
|
||||||
<button
|
<button
|
||||||
on:click={() => editUserHandler(immichUser)}
|
on:click={() => editUserHandler(immichUser)}
|
||||||
|
|
Loading…
Reference in a new issue