Fixed metrics search.
This commit is contained in:
@@ -79,6 +79,7 @@ export default async (
|
|||||||
|
|
||||||
if (search) {
|
if (search) {
|
||||||
filters[type] = {
|
filters[type] = {
|
||||||
|
name: type,
|
||||||
column,
|
column,
|
||||||
operator: OPERATORS.contains,
|
operator: OPERATORS.contains,
|
||||||
value: search,
|
value: search,
|
||||||
|
|||||||
Reference in New Issue
Block a user