Fix after merge
This commit is contained in:
parent
a3e69b752d
commit
a0fb2c8e59
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue