Fix for missing columns in Table/Grid settings

This commit is contained in:
Dean 2024-04-09 14:37:57 +01:00
parent a8bbd62a7e
commit 74ee030c21
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
$selectedScreen,
datasource
)?.table?.primaryDisplay
$: schema = getSchema(selectedScreen, datasource)
$: schema = getSchema($selectedScreen, datasource)
$: columns = getColumns({
columns: value,
schema,