fix: upgrade now button
This commit is contained in:
parent
efd0ac0645
commit
4f3bdec26e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const select = state => ({
|
|||
|
||||
const perform = dispatch => ({
|
||||
setClientSetting: (key, value) => dispatch(doSetClientSetting(key, value)),
|
||||
doDownloadUpgradeRequested,
|
||||
doDownloadUpgradeRequested: () => dispatch(doDownloadUpgradeRequested()),
|
||||
});
|
||||
|
||||
export default connect(
|
||||
|
|
Loading…
Reference in a new issue