Update IdentityKubernetesAuthForm.tsx

This commit is contained in:
Daniel Hougaard
2025-06-11 00:27:26 +04:00
parent c5b7e3d8be
commit 670376336e

View File

@@ -128,7 +128,7 @@ export const IdentityKubernetesAuthForm = ({
watch,
setValue,
formState: { isSubmitting, errors }
formState: { isSubmitting }
} = useForm<FormData>({
resolver: zodResolver(schema),
defaultValues: {