1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00

Ensure search fields in cards block are keyed properly

This commit is contained in:
Andrew Kingston 2023-07-17 16:49:39 +01:00
parent ce24339e22
commit 702c2f663a

View file

@ -126,7 +126,7 @@
order={1}
>
{#if enrichedSearchColumns?.length}
{#each enrichedSearchColumns as column, idx}
{#each enrichedSearchColumns as column, idx (column.name)}
<BlockComponent
type={column.componentType}
props={{