Skip to content

Commit f395f1f

Browse files
committed
Fix: Add smart reply to composer
Signed-off-by: Hamza Mahjoubi <[email protected]>
1 parent 99409c6 commit f395f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Composer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ export default {
11121112
this.bodyVal = editor.getData()
11131113
this.insertSignature()
11141114
if (this.smartReply) {
1115-
this.bus.$emit('append-to-body-at-cursor', this.smartReply)
1115+
this.bus.emit('append-to-body-at-cursor', this.smartReply)
11161116
}
11171117
},
11181118
onChangeSendLater(value) {

0 commit comments

Comments
 (0)