mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 17:21:41 +10:00
chore: updated wordings for claimed ursers
Signed-off-by: Adithya Krishna <adithya@documenso.com>
This commit is contained in:
@ -421,8 +421,7 @@ export const SignUpFormV2 = ({
|
||||
size="lg"
|
||||
variant="secondary"
|
||||
className="flex-1"
|
||||
disabled={step === 'BASIC_DETAILS'}
|
||||
loading={form.formState.isSubmitting}
|
||||
disabled={step === 'BASIC_DETAILS' || form.formState.isSubmitting}
|
||||
onClick={() => setStep('BASIC_DETAILS')}
|
||||
>
|
||||
Back
|
||||
|
||||
Reference in New Issue
Block a user