1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Set sourceId (#10769)

This commit is contained in:
melohagan 2023-06-07 14:01:24 +01:00 committed by GitHub
parent e5c873d093
commit 91acb1b3eb

View file

@ -208,6 +208,7 @@ export async function save(ctx: UserCtx) {
let tableToSave: TableRequest = {
type: "table",
_id: buildExternalTableId(datasourceId, inputs.name),
sourceId: datasourceId,
...inputs,
}