@mw-kit/mw-ui 1.7.106 → 1.7.107

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.
@@ -19747,7 +19747,7 @@ var Tabs$1 = function Tabs$1(props) {
19747
19747
  data: tab.data,
19748
19748
  setTab: setTab,
19749
19749
  setLabel: setLabel
19750
- }, index === activeTabIndex ? {
19750
+ }, index === active ? {
19751
19751
  active: true,
19752
19752
  children: React__default.createElement("div", null, React__default.createElement(Component, {
19753
19753
  data: tab.data,