1
0
Fork 0
mirror of synced 2024-08-08 22:58:24 +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} order={1}
> >
{#if enrichedSearchColumns?.length} {#if enrichedSearchColumns?.length}
{#each enrichedSearchColumns as column, idx} {#each enrichedSearchColumns as column, idx (column.name)}
<BlockComponent <BlockComponent
type={column.componentType} type={column.componentType}
props={{ props={{