mirror of
https://github.com/knadh/listmonk.git
synced 2025-12-05 16:00:03 +01:00
Fix broken visual template cloning on the templates UI.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user