[Bug] Fix short_code param in update canned response API (#385)
This commit is contained in:
@@ -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(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user