[Bug] Fix short_code param in update canned response API (#385)
This commit is contained in:
@@ -111,7 +111,7 @@ export default {
|
||||
this.$store
|
||||
.dispatch('updateCannedResponse', {
|
||||
id: this.id,
|
||||
name: this.shortCode,
|
||||
short_code: this.shortCode,
|
||||
content: this.content,
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user