Skip to content

Commit e8f2d16

Browse files
committed
fix(modal): avoid breaking confirmation flow
1 parent d4a5f38 commit e8f2d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/shared/src/UI/modals/WalletRiskWarningModal/WalletRiskWarning.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export function WalletRiskWarning({ account, open, pluginID, onClose }: WalletRi
146146
completeIcon={null}
147147
failIcon={null}
148148
failedOnClick="use executor"
149+
completeOnClick="use executor"
149150
complete={<Trans>Done</Trans>}
150151
/>
151152
</DialogActions>

0 commit comments

Comments
 (0)