Support contains queries in overview page.

This commit is contained in:
Mike Cao
2024-03-27 02:17:55 -07:00
12 changed files with 75 additions and 105 deletions

View File

@@ -117,7 +117,7 @@ export function DateFilter({
);
}
return options.find(e => e.value === value).label;
return options.find(e => e.value === value)?.label;
};
return (