Handle dataSources as well
This commit is contained in:
parent
10a669e1d7
commit
1c23763813
|
@ -40,7 +40,7 @@ export const screenComponentErrors = derived(
|
|||
const result: Record<string, string[]> = {}
|
||||
for (const { component, setting } of findComponentsBySettingsType(
|
||||
screen,
|
||||
"table"
|
||||
["table", "dataSource"]
|
||||
)) {
|
||||
const { resourceId, type, label } = component[setting.key]
|
||||
if (!datasources[resourceId]) {
|
||||
|
|
Loading…
Reference in New Issue