mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Ensure document IDs are destroyed and recreated so the text is updated
This commit is contained in:
+5
-3
@@ -157,9 +157,11 @@
|
||||
<TableCellCheck bind:selectedIds={selectedDb} id={document.$id} />
|
||||
|
||||
<TableCell width={150}>
|
||||
<Id value={document.$id}>
|
||||
{document.$id}
|
||||
</Id>
|
||||
{#key document.$id}
|
||||
<Id value={document.$id}>
|
||||
{document.$id}
|
||||
</Id>
|
||||
{/key}
|
||||
</TableCell>
|
||||
|
||||
{#each $columns as column}
|
||||
|
||||
Reference in New Issue
Block a user