update resolver

This commit is contained in:
Marvin
2025-09-22 20:06:55 +00:00
parent 61ecebf911
commit dcf7393259
32 changed files with 54 additions and 54 deletions

View File

@@ -50,7 +50,7 @@ export default function StepperForm() {
subnet: z.string().min(1, { message: t("subnetRequired") })
});
const orgForm = useForm<z.infer<typeof orgSchema>>({
const orgForm = useForm({
resolver: zodResolver(orgSchema),
defaultValues: {
orgName: "",