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
|
@ -93,7 +93,7 @@ export default function settings(state = initialState, action) {
|
|||
return hydrate(state, action.state.get('settings'));
|
||||
case SETTING_CHANGE:
|
||||
return state
|
||||
.setIn(action.key, action.value)
|
||||
.setIn(action.path, action.value)
|
||||
.set('saved', false);
|
||||
case COLUMN_ADD:
|
||||
return state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue