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

Use default value from manifest

This commit is contained in:
Mel O'Hagan 2022-06-07 10:55:32 +01:00
parent 31e4626560
commit c4724a597f

View file

@ -28,7 +28,7 @@
export let rowCount = 0
export let quiet = false
export let loading = false
export let allowSelectRows = true
export let allowSelectRows
export let allowEditRows = true
export let allowEditColumns = true
export let selectedRows = []