ordering-ui-admin-external 1.3.3 → 1.3.4
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/_bundles/{ordering-ui-admin.7b1ded1d480e937548f3.js → ordering-ui-admin.6bc955840a487dfb9117.js} +2 -2
- package/_bundles/{ordering-ui-admin.7b1ded1d480e937548f3.js.LICENSE.txt → ordering-ui-admin.6bc955840a487dfb9117.js.LICENSE.txt} +0 -0
- package/_modules/components/OrderingProducts/OrderingProductDetails/index.js +2 -4
- package/package.json +1 -1
- package/src/components/OrderingProducts/OrderingProductDetails/index.js +1 -1
|
File without changes
|
|
@@ -73,10 +73,8 @@ var OrderingProductDetailsUI = function OrderingProductDetailsUI(props) {
|
|
|
73
73
|
var tabs = [{
|
|
74
74
|
key: 'general',
|
|
75
75
|
content: t('GENERAL', 'General')
|
|
76
|
-
},
|
|
77
|
-
|
|
78
|
-
content: t('THEME', 'Theme')
|
|
79
|
-
}];
|
|
76
|
+
} // { key: 'theme', content: t('THEME', 'Theme') }
|
|
77
|
+
];
|
|
80
78
|
var moreOptions = [{
|
|
81
79
|
value: 0,
|
|
82
80
|
content: t('DELETE', 'Delete')
|
package/package.json
CHANGED