upgrade hook form resolvers

This commit is contained in:
dswbx
2025-03-11 10:17:07 +01:00
parent 0922d90aff
commit d90f14c707
5 changed files with 6 additions and 302 deletions

View File

@@ -70,7 +70,7 @@ export function StepCreate() {
name: "",
trigger: "manual",
mode: "async",
},
} as Static<typeof schema>,
mode: "onSubmit",
});