[develop]: Remove currentYear from monitor base component

This commit is contained in:
Konstantinos Triantafyllou 2024-02-26 09:46:52 +02:00
parent abbe118035
commit 79d39db833
1 changed files with 2 additions and 3 deletions

View File

@ -50,11 +50,10 @@ export abstract class MonitorIndicatorStakeholderBaseComponent extends Indicator
selectedFromAndToValues: ""
};
rangeFilter: RangeFilterComponent;
minYear = Dates.currentYear - 20
maxYear = Dates.currentYear
minYear = Dates.currentYear - 20;
maxYear = Dates.currentYear;
public numberResults: Map<string, number> = new Map<string, number>();
public chartsActiveType: Map<string, IndicatorPath> = new Map<string, IndicatorPath>();
public currentYear = new Date().getFullYear();
public clipboard;
/** Services */