- client: fix update now button and notification

This commit is contained in:
Ildar Kamalov
2019-07-05 18:21:46 +03:00
parent e03efbcdd1
commit 2fe9819150
3 changed files with 20 additions and 7 deletions

View File

@@ -142,7 +142,10 @@ const dashboard = handleActions({
return newState;
}
return state;
return {
...state,
processingVersion: false,
};
},
[actions.getUpdateRequest]: state => ({ ...state, processingUpdate: true }),