bhl-forms 0.0.69 → 0.0.71

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.
@@ -5933,7 +5933,7 @@ const dataDefaults = {
5933
5933
  redirect = strSubUrl(redirect, formData);
5934
5934
  }
5935
5935
  redirectTo(redirect);
5936
- } else if (redirect instanceof Function) {
5936
+ } else if (redirect) {
5937
5937
  redirect(formData, node);
5938
5938
  }
5939
5939
  return true;