Skip to content

Commit

Permalink
fix/AELF_24359589: Disable close popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Faizal-aelf committed Dec 4, 2023
1 parent e19d708 commit e1817fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/transactions/components/SendTransaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ function SendTransaction({
onCancel={onClose}
open={showSuccessModal}
centered width={442}
maskClosable={false}
footer={() => <Button type="primary" onClick={onClose} block>Close</Button>}>
<Result
status="success"
Expand All @@ -329,6 +330,7 @@ function SendTransaction({
onCancel={onClose}
open={showFailureModal}
centered width={442}
maskClosable={false}
footer={() => <Button type="primary" onClick={onClose} block>Close</Button>}>
<Result
status="error"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const TransferVerification = ({
closable
onCancel={onCancel}
title='Transaction Summary'
maskClosable={false}
centered
width={672}
footer={() => (<Flex flex={1} gap={12}>
Expand Down

0 comments on commit e1817fd

Please sign in to comment.