mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
chore: disable button while form is submitting
This commit is contained in:
@ -83,7 +83,7 @@ export const SendConfirmationEmailForm = ({ className }: SendConfirmationEmailFo
|
||||
)}
|
||||
/>
|
||||
</fieldset>
|
||||
<Button size="lg" type="submit">
|
||||
<Button size="lg" type="submit" disabled={isSubmitting}>
|
||||
Send confirmation email
|
||||
</Button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user