@hmcts/ccd-case-ui-toolkit 7.0.16 → 7.0.17-beta01

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.
@@ -13380,7 +13380,7 @@ class WriteDocumentFieldComponent extends AbstractFieldWriteComponent {
13380
13380
  subscribeToCaseDetails() {
13381
13381
  this.caseNotifierSubscription = this.caseNotifier.caseView.subscribe({
13382
13382
  next: (caseDetails) => {
13383
- this.caseTypeId = caseDetails?.case_id;
13383
+ this.caseTypeId = caseDetails?.case_type.id;
13384
13384
  this.jurisdictionId = caseDetails?.case_type?.jurisdiction?.id;
13385
13385
  }
13386
13386
  });