mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Fixed metrics search.
This commit is contained in:
parent
810b0639c8
commit
30a1cdd53c
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ export default async (
|
|||
|
||||
if (search) {
|
||||
filters[type] = {
|
||||
name: type,
|
||||
column,
|
||||
operator: OPERATORS.contains,
|
||||
value: search,
|
||||
|
|
|
|||
Loading…
Reference in a new issue