Skip to content

Commit

Permalink
fix on month name click
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Dec 10, 2024
1 parent 11c77c0 commit d65d0a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ function CalendarWithHeader({
onPress={() => {
onApplyFilter({
conditions: [
...conditions,
...conditions.filter(f => f.field !== 'date'),
{
field: 'date',
op: 'is',
Expand Down

0 comments on commit d65d0a5

Please sign in to comment.