fix cheque validation
Some checks failed
Deploy Amap / deploy (push) Failing after 15s

This commit is contained in:
2026-02-20 18:13:47 +01:00
parent 85a70da07d
commit 41552a889f
3 changed files with 15 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ export function ProductorModal({
existing ?? {
name,
details: "",
max: null,
max: "",
}
);
}),