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