@hmcts/ccd-case-ui-toolkit 6.10.4-angular-upgrade-r3.5 → 6.10.5-angular-upgrade-r3.5

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.
@@ -17958,9 +17958,6 @@
17958
17958
  component.instance['caseReference'] = _this.caseReference;
17959
17959
  component.instance['context'] = _this.context;
17960
17960
  component.instance['markdownUseHrefAsRouterLink'] = _this.markdownUseHrefAsRouterLink;
17961
- // Add a reference to the parent CaseEditPageComponent to this component (needed for access to the parent
17962
- // CaseEditPageComponent's getCaseTitle method)
17963
- component.instance['caseEditPageComponent'] = component.injector.get(CaseEditPageComponent);
17964
17961
  _this.fieldContainer.insert(component.hostView);
17965
17962
  });
17966
17963
  };
@@ -18048,9 +18045,6 @@
18048
18045
  }
18049
18046
  component.instance['isExpanded'] = this.isExpanded;
18050
18047
  component.instance['isInSearchBlock'] = this.isInSearchBlock;
18051
- // Add a reference to the parent CaseEditPageComponent to this component (needed for access to the parent
18052
- // CaseEditPageComponent's validation error messages)
18053
- component.instance['caseEditPageComponent'] = component.injector.get(CaseEditPageComponent);
18054
18048
  this.fieldContainer.insert(component.hostView);
18055
18049
  // EUI-3267.
18056
18050
  // Set up the flag for whether this can have a grey bar.