Skip to content

Commit 8e6f04e

Browse files
authored
Merge pull request rappasoft#2082 from edwinvdpol/feature/date-range-default
Fix date range filter default value
2 parents ae28d03 + 1193094 commit 8e6f04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Filters/DateRangeFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ protected function validateDateFormat(array $returnedValues, string $dateFormat)
133133

134134
public function getDefaultValue(): array
135135
{
136-
return [];
136+
return $this->getFilterDefaultValue();
137137
}
138138

139139
public function getFilterDefaultValue(): array

0 commit comments

Comments
 (0)