Skip to content

Commit

Permalink
fix: wpp templates cancel button
Browse files Browse the repository at this point in the history
  • Loading branch information
acnormun committed May 8, 2024
1 parent ef7d1b7 commit 477e3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/whatsAppTemplates/FormTabContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
this.languageKey += 1;
},
closeEdit() {
const tablePath = this.$router.currentRoute.path.split('templates')[0] + 'templates';
const tablePath = this.$router.currentRoute.value.path.split('templates')[0] + 'templates';
this.$router.push(tablePath);
},
verifyExistingName(templateName) {
Expand Down

0 comments on commit 477e3da

Please sign in to comment.