Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove issue/patch filter query when navigating away
Rūdolfs Ošiņš committed 3 years ago
commit 11af7bed86212ee5a002bb4be9a856d1dbfd62d2
parent e41a12d663b1c894c95798f393cab5a251b868b7
1 file changed +1 -0
modified src/views/projects/router.ts
@@ -51,6 +51,7 @@ export function createProjectRoute(
      ...activeRoute.params,
      line: undefined,
      hash: undefined,
+
      search: undefined,
      ...projectRouteParams,
    },
  };