Ensure resourceId is specified when creating default table datasources
This commit is contained in:
parent
d6a7df886f
commit
3d7a2d4ba9
|
@ -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") {
|
||||
|
|
Loading…
Reference in New Issue