Fix after merge
This commit is contained in:
parent
a3e69b752d
commit
a0fb2c8e59
|
@ -81,6 +81,10 @@ function getInvalidDatasources(
|
|||
"dataSource",
|
||||
])) {
|
||||
const componentSettings = component[setting.key]
|
||||
if (!componentSettings) {
|
||||
continue
|
||||
}
|
||||
|
||||
const { label } = componentSettings
|
||||
const type = componentSettings.type as UIDatasourceType
|
||||
|
||||
|
|
Loading…
Reference in New Issue