mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01: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…
Add table
Add a link
Reference in a new issue