ui: fix custom comparison period

This commit is contained in:
nick-delirium 2024-12-23 14:59:56 +01:00
parent b3f642e772
commit bfb3557508
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -208,7 +208,7 @@ function AndDateRange({
isTileDisabled,
}: Props) {
const menuProps = {
items: options.map((opt) => ({
items: options.map((opt: any) => ({
label: opt.label,
key: opt.value,
})),