mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
Updated segment handling.
This commit is contained in:
parent
554c627a58
commit
fba7e12c36
13 changed files with 59 additions and 90 deletions
|
|
@ -1,3 +0,0 @@
|
|||
import GoalsPage from './goals/page';
|
||||
|
||||
export default GoalsPage;
|
||||
|
|
@ -32,7 +32,7 @@ export function WebsiteFilterButton({
|
|||
{},
|
||||
);
|
||||
|
||||
const url = replaceParams({ ...params, segment: segment?.id });
|
||||
const url = replaceParams({ ...params, segment });
|
||||
|
||||
router.push(url);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue