[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 this.$store
.dispatch('updateCannedResponse', { .dispatch('updateCannedResponse', {
id: this.id, id: this.id,
name: this.shortCode, short_code: this.shortCode,
content: this.content, content: this.content,
}) })
.then(() => { .then(() => {