mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
fix: query when seeing detail of field
This commit is contained in:
parent
8e5da12653
commit
118e1a5b70
3 changed files with 46 additions and 4 deletions
|
|
@ -17,6 +17,7 @@ function useFields(websiteId, field, event) {
|
|||
startAt: +startDate,
|
||||
endAt: +endDate,
|
||||
field,
|
||||
event,
|
||||
withEventNames: true,
|
||||
}),
|
||||
{ enabled: !!(websiteId && startDate && endDate) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue