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