@hmcts/ccd-case-ui-toolkit 6.16.0-query-management-raise-query-trigger-v2 → 6.16.0-query-management-raise-query-trigger-v3

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.
@@ -34671,7 +34671,7 @@
34671
34671
  // Clone and sort tabs array
34672
34672
  this.sortedTabs = this.orderService.sort(this.caseDetails.tabs);
34673
34673
  this.caseFields = this.getTabFields();
34674
- // this.sortedTabs = this.sortTabFieldsAndFilterTabs(this.sortedTabs);
34674
+ this.sortedTabs = this.sortTabFieldsAndFilterTabs(this.sortedTabs);
34675
34675
  this.formGroup = this.buildFormGroup(this.caseFields);
34676
34676
  if (this.caseDetails.triggers && this.error) {
34677
34677
  this.resetErrors();