Fixed metrics search.

This commit is contained in:
Mike Cao 2024-04-02 19:58:09 -07:00
parent 810b0639c8
commit 30a1cdd53c
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ export default async (
if (search) {
filters[type] = {
name: type,
column,
operator: OPERATORS.contains,
value: search,