bhl-forms 0.4.17 → 0.4.18

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.
@@ -12673,6 +12673,8 @@ const preStepFunc = (formNode) => (stepNode) => {
12673
12673
  return ["longTermDisabilityCrossSellQuestions", "firstAndLast", "contactInfo"];
12674
12674
  } else if (cross_sells.includes("Social Security Disability and Insurance")) {
12675
12675
  return ["ssdiCrossSellQuestions", "firstAndLast", "contactInfo"];
12676
+ } else if (cross_sells.includes("Bankruptcy")) {
12677
+ return ["bankruptcyCrossSellQuestions", "firstAndLast", "contactInfo"];
12676
12678
  } else if (cross_sells.includes("Power of Attorney")) {
12677
12679
  return ["powerOfAttorneyCrossSellQuestions", "firstAndLast", "contactInfo"];
12678
12680
  } else if (cross_sells.includes("Wills and Trusts")) {