Ensure resourceId is specified when creating default table datasources

This commit is contained in:
Andrew Kingston 2023-09-01 11:49:46 +01:00
parent d6a7df886f
commit 3d7a2d4ba9
1 changed files with 1 additions and 0 deletions

View File

@ -627,6 +627,7 @@ export const getFrontendStore = () => {
component[setting.key] = {
label: defaultDS.name,
tableId: defaultDS._id,
resourceId: defaultDS._id,
type: "table",
}
} else if (setting.type === "dataProvider") {