Skip to content

Commit

Permalink
fix: loading save
Browse files Browse the repository at this point in the history
  • Loading branch information
acnormun committed May 8, 2024
1 parent 621a349 commit 1019d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -192,7 +192,7 @@
.toLowerCase();
});
},
beforeUnmount(){
beforeUnmount() {
this.resetTemplates();
},
computed: {
Expand Down
1 change: 1 addition & 0 deletions src/components/whatsAppTemplates/FormTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@
}
currentTemplateUuid = this.createdTemplateData.uuid;
this.loadingSave = false;
}
const translationPayload = this.buildPayload();
Expand Down

0 comments on commit 1019d61

Please sign in to comment.