Minor fixed + refactored job details screens based on review.
This commit is contained in:
@@ -18,7 +18,6 @@ export default function ShopTemplateSaveButton({
|
||||
logImEXEvent("shop_template_update");
|
||||
|
||||
emailEditorRef.current.exportHtml(async (data) => {
|
||||
console.log(data.html);
|
||||
inlineCss(data.html, {
|
||||
url: `${window.location.protocol}://${window.location.host}`,
|
||||
}).then(async function (inlineHtml) {
|
||||
|
||||
Reference in New Issue
Block a user