Remove debugger

This commit is contained in:
Adria Navarro 2025-01-27 10:23:26 +01:00
parent 08c4cfcec0
commit 52330a30b8
1 changed files with 0 additions and 3 deletions

View File

@ -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
}