Merge branch 'frontend-core-ts-2' of github.com:Budibase/budibase into frontend-core-ts-2
This commit is contained in:
commit
0e8c89d018
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||||
"version": "3.2.17",
|
"version": "3.2.18",
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"concurrency": 20,
|
"concurrency": 20,
|
||||||
"command": {
|
"command": {
|
||||||
|
|
|
@ -96,7 +96,7 @@ export async function enrichQueryJson(
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
datasource = json.endpoint.datasourceId
|
datasource = await sdk.datasources.enrich(json.endpoint.datasourceId)
|
||||||
}
|
}
|
||||||
|
|
||||||
let tables: Record<string, Table>
|
let tables: Record<string, Table>
|
||||||
|
|
Loading…
Reference in New Issue