mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Closes #32736 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> (cherry picked from commit d26a514e8e0b7c6e575e0919c627e974d4725a6c)
This commit is contained in:
parent
3af1fb04f1
commit
c36eb8a952
@ -137,7 +137,7 @@ export const NavLink = ({
|
||||
isActive,
|
||||
children,
|
||||
}: PropsWithChildren<NavLinkProps>) => {
|
||||
const menuItemPath = getFullUrl(path);
|
||||
const menuItemPath = getFullUrl(path) + `?${location.search}`;
|
||||
const href = useHref(menuItemPath);
|
||||
const handleClick = useLinkClickHandler(menuItemPath);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user