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

Remove leftover repeat param in grids

This commit is contained in:
Andrew Kingston 2024-05-13 13:44:50 +01:00
parent 3d01bd3f08
commit 4516995ef5

View file

@ -19,7 +19,6 @@
export let columns = null
export let onRowClick = null
export let buttons = null
export let repeat = null
const context = getContext("context")
const component = getContext("component")
@ -159,7 +158,6 @@
{fixedRowHeight}
{columnWhitelist}
{schemaOverrides}
{repeat}
canAddRows={allowAddRows}
canEditRows={allowEditRows}
canDeleteRows={allowDeleteRows}