@schneideress/dashboardframework 20.0.18 → 20.0.19

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.
@@ -4807,7 +4807,7 @@ class RADashboardArea {
4807
4807
  this.setEmptyDashboardConfig();
4808
4808
  this.setDownloadOnlyStateConfig();
4809
4809
  this.lastViewType = this.responsiveService.IsDesktopView ? 'desktop' : 'mobile';
4810
- const gridTemplates = ['Emission Report', 'CostUsage Report', 'Site Detail'];
4810
+ const gridTemplates = ['Emission Report', 'CostUsage Report', 'Site Detail', 'Savings Report'];
4811
4811
  this.hasGrid = gridTemplates.includes(this.dashboardInfo.templateName);
4812
4812
  this.responsiveService.resized.subscribe((isDesktop) => {
4813
4813
  if (this.lastViewType != (isDesktop ? 'desktop' : 'mobile') || !isDesktop) {