We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c052c49 commit 2aa303aCopy full SHA for 2aa303a
1 file changed
packages/webui-router/src/router.ts
@@ -169,7 +169,7 @@ export class WebUIRouter {
169
// ── Route matching ──────────────────────────────────────────────
170
171
private async handleNavigation(target: NavigationTarget): Promise<void> {
172
- const { pathname, requestPath } = target;
+ const { requestPath } = target;
173
const topRoutes = this.discoverTopRoutes();
174
175
if (topRoutes.length > 0) {
0 commit comments