ui: fix custom comparison period
This commit is contained in:
parent
b3f642e772
commit
bfb3557508
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
})),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue