Skip to content

Commit

Permalink
Merge pull request #3546 from bettyblocks/fix/when-filtering-on-date-…
Browse files Browse the repository at this point in the history
…time-you-get-an-error-PAGE-4940

fix: use correct operator
  • Loading branch information
jrquak authored Dec 11, 2024
2 parents d4012fe + 1d9a90c commit 772d0a2
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 772d0a2

Please sign in to comment.