Skip to content

Commit

Permalink
Merge pull request #2082 from edwinvdpol/feature/date-range-default
Browse files Browse the repository at this point in the history
Fix date range filter default value
  • Loading branch information
lrljoe authored Nov 22, 2024
2 parents ae28d03 + 1193094 commit 8e6f04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/Filters/DateRangeFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ protected function validateDateFormat(array $returnedValues, string $dateFormat)

public function getDefaultValue(): array
{
return [];
return $this->getFilterDefaultValue();
}

public function getFilterDefaultValue(): array
Expand Down

0 comments on commit 8e6f04e

Please sign in to comment.