@lvce-editor/extension-detail-view 3.35.0 → 3.36.0
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.
|
@@ -1706,8 +1706,8 @@ const selectTabFeatures = async state => {
|
|
|
1706
1706
|
};
|
|
1707
1707
|
};
|
|
1708
1708
|
|
|
1709
|
-
const getSelectTabHandler =
|
|
1710
|
-
switch (
|
|
1709
|
+
const getSelectTabHandler = name => {
|
|
1710
|
+
switch (name) {
|
|
1711
1711
|
case Details:
|
|
1712
1712
|
return selectTabDetails;
|
|
1713
1713
|
case Features$1:
|