group edit ui

This commit is contained in:
2458773093
2019-07-17 21:56:06 +03:00
parent db5a85a657
commit 6104e45d18
9 changed files with 206 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ export default function groupEditorReducer(state = initialState, action) {
return state.withMutations(map => {
map.set('groupId', action.group.get('id'));
map.set('title', action.group.get('title'));
map.set('description', action.group.get('description'));
map.set('isSubmitting', false);
});
case GROUP_EDITOR_VALUE_CHANGE: