mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-21 20:36:37 +00:00
update resolver
This commit is contained in:
@@ -97,7 +97,7 @@ export default function LicensePage() {
|
||||
})
|
||||
});
|
||||
|
||||
const form = useForm<z.infer<typeof formSchema>>({
|
||||
const form = useForm({
|
||||
resolver: zodResolver(formSchema),
|
||||
defaultValues: {
|
||||
licenseKey: "",
|
||||
|
||||
Reference in New Issue
Block a user