mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: ensure delete popup shows when identities selected
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@
|
||||
{/each}
|
||||
</svelte:fragment>
|
||||
{#each data.identities.identities as identity (identity.$id)}
|
||||
<Table.Row.Base {root}>
|
||||
<Table.Row.Base {root} id={identity.$id}>
|
||||
{#each columns as column}
|
||||
<Table.Cell column={column.id} {root}>
|
||||
{#if column.id === '$id'}
|
||||
|
||||
Reference in New Issue
Block a user