@neowhale/storefront 0.2.26 → 0.2.27
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/dist/react/index.js
CHANGED
|
@@ -2801,6 +2801,7 @@ function LeadCaptureSection({ section, data, theme }) {
|
|
|
2801
2801
|
first_name: firstName || void 0,
|
|
2802
2802
|
source: c.source || "landing_page",
|
|
2803
2803
|
landing_page_slug: slug || void 0,
|
|
2804
|
+
newsletter_opt_in: newsletterOptIn || void 0,
|
|
2804
2805
|
tags: (() => {
|
|
2805
2806
|
const t = [...c.tags || []];
|
|
2806
2807
|
if (newsletterOptIn) t.push(c.newsletter_tag || "newsletter-subscriber");
|