@hmcts/ccd-case-ui-toolkit 6.19.11-rc2 → 6.19.12-rc1

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.
@@ -32426,6 +32426,7 @@
32426
32426
  var targetTabIndex = this.tabGroup._tabs.toArray().findIndex(function (tab) { return tab.textLabel === triggerOutputEventText; });
32427
32427
  if (targetTabIndex > -1) {
32428
32428
  this.selectedTabIndex = targetTabIndex;
32429
+ this.tabGroup.selectedIndex = targetTabIndex;
32429
32430
  }
32430
32431
  };
32431
32432
  CaseFullAccessViewComponent.prototype.hasActiveCaseFlags = function () {