Updated submitCompose to take in groupId intead of group
• Updated: - submitCompose to take in groupId intead of group
This commit is contained in:
@@ -102,8 +102,8 @@ const mapDispatchToProps = (dispatch, { isStandalone }) => ({
|
||||
dispatch(changeCompose(text, markdown, newReplyToId, isStandalone, position))
|
||||
},
|
||||
|
||||
onSubmit(group, replyToId, router) {
|
||||
dispatch(submitCompose(group, replyToId, router, isStandalone))
|
||||
onSubmit(groupId, replyToId, router) {
|
||||
dispatch(submitCompose(groupId, replyToId, router, isStandalone))
|
||||
},
|
||||
|
||||
onClearSuggestions() {
|
||||
|
||||
Reference in New Issue
Block a user