@hmcts/ccd-case-ui-toolkit 7.3.35 → 7.3.36-remove-flag-icp-enabled

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.
@@ -13265,7 +13265,7 @@ class CaseFileViewFieldComponent {
13265
13265
  // As there can be more than one intersecting role, if any acls are update: true
13266
13266
  this.allowMoving = acls.some(acl => acl.update);
13267
13267
  this.icp_jurisdictions = this.abstractConfig.getIcpJurisdictions();
13268
- this.icpEnabled = this.abstractConfig.getIcpEnable();
13268
+ this.icpEnabled = true;
13269
13269
  }
13270
13270
  ngAfterViewInit() {
13271
13271
  const slider = this.elementRef.nativeElement.querySelector('.slider');