@ammarkhalidfarooq/dashboard-package 0.6.33 → 0.6.35

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, {
@@ -2212,7 +2213,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref1, ref) {
2212
2213
  }
2213
2214
  return "";
2214
2215
  };
2215
- var formattedActiveFilters = normalizeFiltersText(activeFilters) || normalizeFiltersText(getActiveFilterChips(apiData));
2216
+ var formattedActiveFilters = normalizeFiltersText(activeFilters);
2216
2217
  var report = buildReportData(apiData, dateName);
2217
2218
  var hero = report.hero,
2218
2219
  metrics = report.metrics,