@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -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 ===
|
|
19750
|
+
}, index === active ? {
|
|
19751
19751
|
active: true,
|
|
19752
19752
|
children: React__default.createElement("div", null, React__default.createElement(Component, {
|
|
19753
19753
|
data: tab.data,
|