Fix stateful ledger dialog edge state

This commit is contained in:
fragosti
2018-06-26 12:16:10 -07:00
parent 64ed2464cf
commit 3866154b50
2 changed files with 2 additions and 2 deletions

View File

@@ -282,6 +282,7 @@ export class LedgerConfigDialog extends React.Component<LedgerConfigDialogProps,
if (didSucceed) {
this.setState({
stepIndex: LedgerSteps.SELECT_ADDRESS,
connectionErrMsg: '',
});
} else {
this.props.dispatcher.updateBlockchainIsLoaded(true);