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.
@@ -10703,7 +10703,7 @@ var dataDefaults = {
10703
10703
  redirect = strSubUrl(redirect, formData);
10704
10704
  }
10705
10705
  redirectTo(redirect);
10706
- } else if (redirect instanceof Function) {
10706
+ } else if (redirect) {
10707
10707
  redirect(formData, node2);
10708
10708
  }
10709
10709
  return true;