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.
2 parents 7b8ab81 + b6294d1 commit 9a87eb4Copy full SHA for 9a87eb4
site/frontend/src/utils/navigation.ts
@@ -10,6 +10,8 @@ export function createUrlWithAppendedParams(params: Dict<any>): URL {
10
const stringified = value.toString();
11
if (stringified !== "") {
12
url.searchParams.set(key, stringified);
13
+ } else {
14
+ url.searchParams.delete(key);
15
}
16
17
0 commit comments