Ensure document IDs are destroyed and recreated so the text is updated

This commit is contained in:
Steven Nguyen
2023-11-03 17:13:54 -07:00
parent 4e39960830
commit 02f50577b1
@@ -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}