@notmrabhi/flowforge 0.1.113 → 0.1.114

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.
@@ -1500,7 +1500,8 @@ const ht = ({ id: t, data: i }) => {
1500
1500
  position: "between",
1501
1501
  referenceNodeId: r,
1502
1502
  referenceNodeType: c == null ? void 0 : c.referenceNodeType,
1503
- stepVisibility: c == null ? void 0 : c.stepVisibility
1503
+ stepVisibility: c == null ? void 0 : c.stepVisibility,
1504
+ ...c != null && c.filterId ? { filterId: c.filterId, branch: c.branch } : {}
1504
1505
  });
1505
1506
  }, E = (k) => {
1506
1507
  (k.key === "Enter" || k.key === " ") && (k.preventDefault(), w(k));
@@ -1669,4 +1670,4 @@ export {
1669
1670
  _e as h,
1670
1671
  Ye as r
1671
1672
  };
1672
- //# sourceMappingURL=GatewayBranchEdge-BgktIVzD.js.map
1673
+ //# sourceMappingURL=GatewayBranchEdge-C9hllCUh.js.map