Fix after merge

This commit is contained in:
Adria Navarro 2025-01-27 13:28:35 +01:00
parent a3e69b752d
commit a0fb2c8e59
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,10 @@ function getInvalidDatasources(
"dataSource", "dataSource",
])) { ])) {
const componentSettings = component[setting.key] const componentSettings = component[setting.key]
if (!componentSettings) {
continue
}
const { label } = componentSettings const { label } = componentSettings
const type = componentSettings.type as UIDatasourceType const type = componentSettings.type as UIDatasourceType