Updated submitCompose to take in groupId intead of group

• Updated:
- submitCompose to take in groupId intead of group
This commit is contained in:
mgabdev
2020-07-14 00:26:46 -05:00
parent 84106dbe99
commit 1c1bfabb17
3 changed files with 7 additions and 6 deletions

View File

@@ -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() {