payload-plugin-newsletter 0.12.0 → 0.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/README.md +70 -0
- package/dist/components.cjs +1 -3
- package/dist/components.cjs.map +1 -1
- package/dist/components.js +1 -3
- package/dist/components.js.map +1 -1
- package/package.json +1 -1
package/dist/components.js
CHANGED
|
@@ -1785,10 +1785,8 @@ var TemplateLoader = class {
|
|
|
1785
1785
|
).catch(() => null);
|
|
1786
1786
|
if (module) {
|
|
1787
1787
|
this.customTemplate = module.default || module.BroadcastTemplate;
|
|
1788
|
-
console.info("Loaded custom broadcast template");
|
|
1789
1788
|
}
|
|
1790
|
-
} catch
|
|
1791
|
-
console.info("Using default broadcast template");
|
|
1789
|
+
} catch {
|
|
1792
1790
|
}
|
|
1793
1791
|
}
|
|
1794
1792
|
// Reset for testing
|