mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
New filter bar and filter edit form.
This commit is contained in:
parent
47e89afcb4
commit
bfdd3f9525
19 changed files with 300 additions and 150 deletions
|
|
@ -18,8 +18,8 @@ export function useNavigation() {
|
|||
return obj;
|
||||
}, [params]);
|
||||
|
||||
function renderUrl(params: any, reset?: boolean) {
|
||||
return reset ? pathname : buildUrl(pathname, { ...query, ...params });
|
||||
function renderUrl(params: any) {
|
||||
return !params ? pathname : buildUrl(pathname, { ...query, ...params });
|
||||
}
|
||||
|
||||
function renderTeamUrl(url: string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue