key hack - correct reporting progress rows

This commit is contained in:
SPRINX0\prochazka
2025-03-04 15:30:18 +01:00
parent 4015e2566e
commit cfc9b809fc

View File

@@ -213,6 +213,7 @@
<div class="title"><FontIcon icon="icon tables" /> Map source tables/files</div> <div class="title"><FontIcon icon="icon tables" /> Map source tables/files</div>
{#key targetEditKey} {#key targetEditKey}
{#key progressHolder}
<TableControl <TableControl
rows={$values.sourceList || []} rows={$values.sourceList || []}
columns={[ columns={[
@@ -338,6 +339,7 @@
</svelte:fragment> </svelte:fragment>
</TableControl> </TableControl>
{/key} {/key}
{/key}
</div> </div>
</div> </div>