@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.es.js
CHANGED
|
@@ -17796,7 +17796,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17796
17796
|
value: selectedInfo.value,
|
|
17797
17797
|
trend: selectedInfo.subValue,
|
|
17798
17798
|
data: selectedInfo.data,
|
|
17799
|
-
categories: chartCategories
|
|
17799
|
+
categories: chartCategories,
|
|
17800
|
+
hideControls: true
|
|
17800
17801
|
};
|
|
17801
17802
|
if (apiLoading) {
|
|
17802
17803
|
return /*#__PURE__*/jsx(OrganicSectionSkeleton, {});
|