Skip to content

Commit

Permalink
fix: use correct operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordy Quak committed Dec 11, 2024
1 parent 3e4d4e6 commit 1d9a90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/filterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
kinds: [...dateKinds, ...dateTimeKinds],
},
{
operator: 'gteg',
operator: 'gteq',
label: 'Is after or at',
kinds: [...dateKinds, ...dateTimeKinds],
},
Expand Down

0 comments on commit 1d9a90c

Please sign in to comment.