@ammarkhalidfarooq/dashboard-package 0.6.43 → 0.6.44
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.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -17798,7 +17798,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17798
17798
|
value: selectedInfo.value,
|
|
17799
17799
|
trend: selectedInfo.subValue,
|
|
17800
17800
|
data: selectedInfo.data,
|
|
17801
|
-
categories: chartCategories
|
|
17801
|
+
categories: chartCategories,
|
|
17802
|
+
hideControls: true
|
|
17802
17803
|
};
|
|
17803
17804
|
if (apiLoading) {
|
|
17804
17805
|
return /*#__PURE__*/jsxRuntime.jsx(OrganicSectionSkeleton, {});
|