This commit is contained in:
mgabdev
2020-05-14 23:46:10 -04:00
parent 805012ab72
commit e321c36c25
3 changed files with 9 additions and 8 deletions

View File

@@ -91,7 +91,7 @@ const mapDispatchToProps = (dispatch, { reduxReplyToId, replyToId, isStandalone
},
onSubmit(group, replyToId, router) {
dispatch(submitCompose(group, replyToId, router))
dispatch(submitCompose(group, replyToId, router, isStandalone))
},
onClearSuggestions() {