mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
Save name after website select. Fixed types.
This commit is contained in:
parent
3496952769
commit
c5994e5eb6
19 changed files with 29 additions and 22 deletions
|
|
@ -10,7 +10,7 @@ export function useResultQuery<T = any>(
|
|||
) {
|
||||
const { websiteId, ...parameters } = params;
|
||||
const { post, useQuery } = useApi();
|
||||
const { startDate, endDate, timezone } = useDateParameters(websiteId);
|
||||
const { startDate, endDate, timezone } = useDateParameters();
|
||||
const filters = useFilterParameters();
|
||||
|
||||
return useQuery<T>({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue