Skip to content

Commit

Permalink
change param
Browse files Browse the repository at this point in the history
  • Loading branch information
kesuzuki committed Jun 16, 2021
1 parent 1ba2a1f commit 44c30e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default {
},
methods: {
performOnComplete(evt) {
AmplifyEventBus.$emit("chatComplete", this.options.botTitle);
AmplifyEventBus.$emit("chatComplete", evt);
if (this.options.clearComplete) {
this.messages = [];
}
Expand Down

0 comments on commit 44c30e0

Please sign in to comment.