Skip to content

Commit 1193094

Browse files
committed
Fix date range filter default value
1 parent 748a9e9 commit 1193094

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)