Handle dataSources as well

This commit is contained in:
Adria Navarro 2025-01-22 17:38:08 +01:00
parent 10a669e1d7
commit 1c23763813
1 changed files with 1 additions and 1 deletions

View File

@ -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]) {