[Bug] Fix short_code param in update canned response API (#385)

This commit is contained in:
Pranav Raj S 2019-12-25 11:52:02 +05:30 committed by Sojan Jose
parent 4e9290ad76
commit 3440230187

View file

@ -111,7 +111,7 @@ export default {
this.$store
.dispatch('updateCannedResponse', {
id: this.id,
name: this.shortCode,
short_code: this.shortCode,
content: this.content,
})
.then(() => {