Skip to content

Commit

Permalink
catch in getAllOwners
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Dec 28, 2018
1 parent ced7fd1 commit 0b2fb88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions old-ui/app/components/send/choose-contract-executor.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ class ChooseContractExecutor extends Component {
this.props.hideLoadingIndication()
resolve()
})
.catch(_ => {
this.props.hideLoadingIndication()
resolve()
})
})
}

Expand Down

0 comments on commit 0b2fb88

Please sign in to comment.