Fix broken visual template cloning on the templates UI.

This commit is contained in:
Kailash Nadh
2025-04-14 14:29:05 +05:30
parent dcdef8ea38
commit ded0fcfae2

View File

@@ -171,6 +171,7 @@ export default Vue.extend({
type: t.type,
subject: t.subject,
body: t.body,
body_source: t.bodySource,
};
this.$api.createTemplate(data).then((d) => {
this.$api.getTemplates();