@hmcts/ccd-case-ui-toolkit 6.19.9-rc3 → 6.19.9-rc4

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.
@@ -8700,6 +8700,7 @@
8700
8700
  childrenCaseFields.forEach(function (e) { return _this.hideParentIfAllChildrenHidden(e); });
8701
8701
  if (childrenCaseFields.length > 0 && this.allCaseFieldsHidden(childrenCaseFields)) {
8702
8702
  caseField.hidden = true;
8703
+ caseField.display_context = 'HIDDEN';
8703
8704
  }
8704
8705
  };
8705
8706
  WizardPageFieldToCaseFieldMapper.prototype.getCaseFieldChildren = function (caseField) {