Fix undefined reference
This commit is contained in:
parent
3de4cc3e60
commit
9c6ce76f68
|
@ -56,6 +56,9 @@ export const screenComponentErrors = derived(
|
||||||
["table", "dataSource"]
|
["table", "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