@hmcts/ccd-case-ui-toolkit 7.0.33 → 7.0.34-cfv-sort-order-upload-date

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.
@@ -21450,6 +21450,7 @@ class CaseFileViewFolderComponent {
21450
21450
  // Initialise cdk tree with generated data
21451
21451
  this.nestedDataSource = this.documentTreeData;
21452
21452
  this.nestedTreeControl.dataNodes = this.documentTreeData;
21453
+ this.sortDataSourceDescending(CaseFileViewSortColumns.DOCUMENT_UPLOAD_TIMESTAMP);
21453
21454
  });
21454
21455
  }
21455
21456
  generateTreeData(categories) {