[Bug] Fix short_code param in update canned response API (#385)
This commit is contained in:
parent
4e9290ad76
commit
3440230187
1 changed files with 1 additions and 1 deletions
|
@ -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(() => {
|
||||||
|
|
Loading…
Reference in a new issue