mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
78991: Set fallback max date to the current year
This commit is contained in:
@@ -56,7 +56,7 @@ export class SearchRangeFilterComponent extends SearchFacetFilterComponent imple
|
||||
/**
|
||||
* Fallback maximum for the range
|
||||
*/
|
||||
max = 2018;
|
||||
max = new Date().getFullYear();
|
||||
|
||||
/**
|
||||
* The current range of the filter
|
||||
|
Reference in New Issue
Block a user