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 () => { ...@@ -18,6 +18,7 @@ export default () => {
endpoint: dataset.endpoint, endpoint: dataset.endpoint,
incomingEmail: dataset.incomingEmail, incomingEmail: dataset.incomingEmail,
selectedTemplate: dataset.selectedTemplate, selectedTemplate: dataset.selectedTemplate,
outgoingName: dataset.outgoingName,
templates: JSON.parse(dataset.templates), templates: JSON.parse(dataset.templates),
}; };
}, },
...@@ -28,6 +29,7 @@ export default () => { ...@@ -28,6 +29,7 @@ export default () => {
endpoint: this.endpoint, endpoint: this.endpoint,
initialIncomingEmail: this.incomingEmail, initialIncomingEmail: this.incomingEmail,
selectedTemplate: this.selectedTemplate, selectedTemplate: this.selectedTemplate,
outgoingName: this.outgoingName,
templates: this.templates, 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