diff --git a/app/javascript/dashboard/routes/dashboard/settings/canned/EditCanned.vue b/app/javascript/dashboard/routes/dashboard/settings/canned/EditCanned.vue index 1a5935016..dd578a56a 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/canned/EditCanned.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/canned/EditCanned.vue @@ -111,7 +111,7 @@ export default { this.$store .dispatch('updateCannedResponse', { id: this.id, - name: this.shortCode, + short_code: this.shortCode, content: this.content, }) .then(() => {