1
0
Fork 0
mirror of synced 2024-08-14 17:42:01 +12:00

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

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") {