bhl-forms 0.1.18 → 0.1.19

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.
@@ -9444,7 +9444,7 @@ var keyValOverlap = (o1, o2) => {
9444
9444
  };
9445
9445
  var strSubUrl = function strSubUrl2(str, obj) {
9446
9446
  var d3 = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "";
9447
- return str.replace(/\${(.*?)}/g, (x2, g) => encodeURIComponent(_getKey(obj, g)) || d3);
9447
+ return str.replace(/\${(.*?)}/g, (x2, g) => encodeURIComponent(_getKey(obj, g) || d3));
9448
9448
  };
9449
9449
  function usePrepop() {
9450
9450
  var prepopSettings = {};