@hmcts/ccd-case-ui-toolkit 7.3.38 → 7.3.39

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