Skip to content

Commit

Permalink
Merge branch 'main' into e2e-parallel-runs
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Feb 27, 2024
2 parents c11b882 + 44009f6 commit d0e411e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ export const HardwareWalletFlow = ({
const onRetry = () => {
setIsErrorDialogVisible(false);
goBackToConnect();
// TODO: Remove this workaround with full app reload when SDK allows to connect Hardware Wallet for the 2nd time.
onAppReload();
};

const handleStartOver = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const WalletSetupWalletNameStep = ({
label={translations.walletName}
value={walletName}
onChange={handleNameChange}
autoFocus
/>
{isDirty && walletName && !isNameValid && (
<p className={styles.formError} data-testid="wallet-setup-register-name-error">
Expand Down

0 comments on commit d0e411e

Please sign in to comment.