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