bhl-forms 0.12.1 → 0.12.3

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.
@@ -7934,7 +7934,7 @@ const Cs = (e) => () => {
7934
7934
  step_name: r.value[r.value.length - 1],
7935
7935
  step_values: i
7936
7936
  };
7937
- Os("form-step", a);
7937
+ i && (window.zarPoolDataLayer = window.zarPoolDataLayer || [], window.zarPoolDataLayer.push(i)), Os("form-step", a);
7938
7938
  } catch (s) {
7939
7939
  const o = "failed to fire step event: " + s.toString();
7940
7940
  console.warn(o), tt("warning", o);