@hmcts/ccd-case-ui-toolkit 5.0.31-angular11-upgrade → 5.0.32-angular11-upgrade

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.
@@ -17330,9 +17330,6 @@
17330
17330
  }
17331
17331
  component.instance['isExpanded'] = this.isExpanded;
17332
17332
  component.instance['isInSearchBlock'] = this.isInSearchBlock;
17333
- // Add a reference to the parent CaseEditPageComponent to this component (needed for access to the parent
17334
- // CaseEditPageComponent's validation error messages)
17335
- component.instance['caseEditPageComponent'] = component.injector.get(CaseEditPageComponent);
17336
17333
  this.fieldContainer.insert(component.hostView);
17337
17334
  // EUI-3267.
17338
17335
  // Set up the flag for whether this can have a grey bar.