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

Updated leftover broken reference to function

This commit is contained in:
Andrew Kingston 2023-08-25 09:24:16 +01:00
parent aa3840833e
commit 1dcc0b3d38

View file

@ -67,7 +67,9 @@
$: table = tableId
? $tables.list.find(table => table._id === inputData.tableId)
: { schema: {} }
$: schema = getSchemaForTable(tableId, { searchableSchema: true }).schema
$: schema = getSchemaForDatasourcePlus(tableId, {
searchableSchema: true,
}).schema
$: schemaFields = Object.values(schema || {})
$: queryLimit = tableId?.includes("datasource") ? "∞" : "1000"
$: isTrigger = block?.type === "TRIGGER"