create record wip

This commit is contained in:
2026-01-08 23:23:48 +02:00
parent 2a718ac9ee
commit 4470d922b7
42 changed files with 1048 additions and 556 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export function post(url, postData, callback) {
// Turbo.visit(link(res.data.redirect));
return;
}
const errors = makeErrors(res.data.errors);
const errors = makeErrors(res.data?.errors ?? []);
if (errors.isNotEmpty()) {
callback?.(null, errors);
} else {