diff --git a/src/Views/Filters/DateRangeFilter.php b/src/Views/Filters/DateRangeFilter.php index 838c0ec32..5884c10d6 100644 --- a/src/Views/Filters/DateRangeFilter.php +++ b/src/Views/Filters/DateRangeFilter.php @@ -133,7 +133,7 @@ protected function validateDateFormat(array $returnedValues, string $dateFormat) public function getDefaultValue(): array { - return []; + return $this->getFilterDefaultValue(); } public function getFilterDefaultValue(): array