fix submit button after confirming
This commit is contained in:
parent
deb4107dd0
commit
c3cdc742ab
1 changed files with 7 additions and 1 deletions
|
@ -179,7 +179,13 @@ function WalletSendTip(props: Props) {
|
|||
</div>
|
||||
</div>
|
||||
<div className="section__actions">
|
||||
<Button autoFocus button="primary" disabled={isPending} label={__('Confirm')} />
|
||||
<Button
|
||||
autoFocus
|
||||
onClick={handleSubmit}
|
||||
button="primary"
|
||||
disabled={isPending}
|
||||
label={__('Confirm')}
|
||||
/>
|
||||
<Button button="link" label={__('Cancel')} onClick={() => setIsConfirming(false)} />
|
||||
</div>
|
||||
</>
|
||||
|
|
Loading…
Add table
Reference in a new issue