Fixed issue in causing group editing to not work
• Fixed: - issue in causing group editing to not work
This commit is contained in:
@@ -117,7 +117,7 @@ const createGroupFail = (error) => ({
|
||||
const updateGroup = (groupId, options, routerHistory) => (dispatch, getState) => {
|
||||
if (!me) return
|
||||
|
||||
dispatch(updateRequest())
|
||||
dispatch(updateGroupRequest())
|
||||
|
||||
const formData = new FormData()
|
||||
formData.append('title', options.title)
|
||||
|
||||
Reference in New Issue
Block a user