Support contains queries in overview page.
This commit is contained in:
@@ -117,7 +117,7 @@ export function DateFilter({
|
||||
);
|
||||
}
|
||||
|
||||
return options.find(e => e.value === value).label;
|
||||
return options.find(e => e.value === value)?.label;
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user