mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 09:12:02 +10:00
fix: remove loadingText prop
This commit is contained in:
@ -125,8 +125,8 @@ export const ResetPasswordForm = ({ className, token }: ResetPasswordFormProps)
|
||||
/>
|
||||
</fieldset>
|
||||
|
||||
<Button type="submit" loadingText="Resetting Password..." size="lg" loading={isSubmitting}>
|
||||
Reset Password
|
||||
<Button type="submit" size="lg" loading={isSubmitting}>
|
||||
{isSubmitting ? 'Resetting Password...' : 'Reset Password'}
|
||||
</Button>
|
||||
</form>
|
||||
</Form>
|
||||
|
||||
Reference in New Issue
Block a user