1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +12:00

Update leftover usage of cell ID separator updates

This commit is contained in:
Andrew Kingston 2024-05-23 12:13:41 +01:00
parent 3e13a06a8f
commit 8967261d82

View file

@ -209,7 +209,7 @@
<GridScrollWrapper scrollHorizontally attachHandlers>
<div class="row">
{#each $visibleColumns as column}
{@const cellId = `new-${column.name}`}
{@const cellId = getCellID(NewRowID, column.name)}
<DataCell
{cellId}
{column}