zwischenstand

This commit is contained in:
2024-02-13 16:36:09 +00:00
parent 7d8a07e8c4
commit efb67be9fe
184 changed files with 15832 additions and 1359 deletions

View File

@@ -20,7 +20,10 @@ export function validateFields(fieldsArray: ValueEntry[]): (string | (() => void
}
fieldsArray.forEach(([field, value]) => {
if (field === "blockGroups" || (typeof field === "string" && field.includes("numberLabel"))) {
// number label benötigt gesonderte Validierung
if (!field.includes("numberLabel")) return
// @ts-ignore
let [elementValue, element, group, boolean] = value