Skip to content

Commit

Permalink
Close the upgrade panel when the button is clicked (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre authored and sohkai committed Apr 17, 2019
1 parent c4ebd95 commit 53e841e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apps/AppCenter/AppCenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ class AppCenter extends React.Component {
)
// Try to perform the path
wrapper.performTransactionPath(updatePath)

this.setState({ upgradePanelOpened: false })
}
getLocation() {
const { params } = this.props
Expand Down

0 comments on commit 53e841e

Please sign in to comment.