fix: Added signing pad disable state while submitting form (#892)

Fixes : #891
This commit is contained in:
Apoorv Taneja
2024-02-01 13:44:37 +05:30
committed by GitHub
parent 39be53ace8
commit 56683aa998
5 changed files with 12 additions and 5 deletions

View File

@ -172,6 +172,7 @@ export const SignUpForm = ({ className, isGoogleSSOEnabled }: SignUpFormProps) =
<FormControl>
<SignaturePad
className="h-36 w-full"
disabled={isSubmitting}
containerClassName="mt-2 rounded-lg border bg-background"
onChange={(v) => onChange(v ?? '')}
/>