- client: fix update now button and notification
This commit is contained in:
@@ -142,7 +142,10 @@ const dashboard = handleActions({
|
||||
return newState;
|
||||
}
|
||||
|
||||
return state;
|
||||
return {
|
||||
...state,
|
||||
processingVersion: false,
|
||||
};
|
||||
},
|
||||
|
||||
[actions.getUpdateRequest]: state => ({ ...state, processingUpdate: true }),
|
||||
|
||||
Reference in New Issue
Block a user