1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +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 columns = null
export let onRowClick = null export let onRowClick = null
export let buttons = null export let buttons = null
export let repeat = null
const context = getContext("context") const context = getContext("context")
const component = getContext("component") const component = getContext("component")
@ -159,7 +158,6 @@
{fixedRowHeight} {fixedRowHeight}
{columnWhitelist} {columnWhitelist}
{schemaOverrides} {schemaOverrides}
{repeat}
canAddRows={allowAddRows} canAddRows={allowAddRows}
canEditRows={allowEditRows} canEditRows={allowEditRows}
canDeleteRows={allowDeleteRows} canDeleteRows={allowDeleteRows}