Commit 6b2410f2 authored by Kushal Pandya's avatar Kushal Pandya

Provide outgoing_name from HAML to app root

parent 06fa79bc
......@@ -18,6 +18,7 @@ export default () => {
endpoint: dataset.endpoint,
incomingEmail: dataset.incomingEmail,
selectedTemplate: dataset.selectedTemplate,
outgoingName: dataset.outgoingName,
templates: JSON.parse(dataset.templates),
};
},
......@@ -28,6 +29,7 @@ export default () => {
endpoint: this.endpoint,
initialIncomingEmail: this.incomingEmail,
selectedTemplate: this.selectedTemplate,
outgoingName: this.outgoingName,
templates: this.templates,
},
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment