Remove debugger
This commit is contained in:
parent
08c4cfcec0
commit
52330a30b8
|
@ -69,9 +69,6 @@ export const screenComponentErrors = derived(
|
|||
const type = componentSettings.type as UIDatasourceType
|
||||
|
||||
const validationKey = validationKeyByType[type]
|
||||
if (type === "link") {
|
||||
debugger
|
||||
}
|
||||
if (!validationKey) {
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue