Skip to content

Commit

Permalink
[uma-bridge] Show new authorization if necessary when confirming send…
Browse files Browse the repository at this point in the history
… (#13758)

GitOrigin-RevId: 916a576d9323ec59da203d1f88dc56fd3c445f5f
  • Loading branch information
coreymartin authored and Lightspark Eng committed Dec 2, 2024
1 parent b0544a4 commit 6b0c364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/components/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export function Modal({

function onSubmitForm(e: React.FormEvent<HTMLFormElement>) {
e.preventDefault();
e.stopPropagation();
if (!submitDisabled && onSubmit) {
onSubmit();
}
Expand Down

0 comments on commit 6b0c364

Please sign in to comment.