mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-24 11:01:38 +01:00
Fixed metrics search.
This commit is contained in:
parent
810b0639c8
commit
30a1cdd53c
@ -79,6 +79,7 @@ export default async (
|
||||
|
||||
if (search) {
|
||||
filters[type] = {
|
||||
name: type,
|
||||
column,
|
||||
operator: OPERATORS.contains,
|
||||
value: search,
|
||||
|
Loading…
Reference in New Issue
Block a user