@ammarkhalidfarooq/dashboard-package 0.6.33 → 0.6.34

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 CHANGED
@@ -934,6 +934,7 @@ var Dashboard = function Dashboard(_ref) {
934
934
  numberOfDays = _ref$numberOfDays === void 0 ? 1 : _ref$numberOfDays,
935
935
  _ref$activeFilters = _ref.activeFilters,
936
936
  activeFilters = _ref$activeFilters === void 0 ? [] : _ref$activeFilters;
937
+ console.log("activeFilters chart", activeFilters);
937
938
  return /*#__PURE__*/jsxRuntime.jsx(material.ThemeProvider, {
938
939
  theme: theme,
939
940
  children: /*#__PURE__*/jsxRuntime.jsx(React.Suspense, {