Rename key to path in actions and reducers for settings (#6105)
This commit is contained in:
parent
ce854ed506
commit
3ba7cde38d
7 changed files with 15 additions and 15 deletions
|
@ -44,7 +44,7 @@ export default function push_subscriptions(state = initialState, action) {
|
|||
case CLEAR_SUBSCRIPTION:
|
||||
return initialState;
|
||||
case SET_ALERTS:
|
||||
return state.setIn(action.key, action.value);
|
||||
return state.setIn(action.path, action.value);
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue