Skip to content

Commit

Permalink
Merge branch 'acceptance' into fix/page-crash-when-id-is-undefined-ST…
Browse files Browse the repository at this point in the history
…AR-619
  • Loading branch information
emielwit committed Dec 11, 2024
2 parents 2e7f214 + 2a617f5 commit e2a8de2
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 e2a8de2

Please sign in to comment.