mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #612 from appwrite/fix-6497-document-ids
Fix document IDs not updating when switching between collections
This commit is contained in:
+5
-3
@@ -158,9 +158,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