diff --git a/webui/src/pages/list/FilterToolbar.tsx b/webui/src/pages/list/FilterToolbar.tsx
index 1af96d0f7498d24ec11ac98025da7804f02a58f5..59a09226a0a80605ceaeda07b024cf30bf0d321e 100644
--- a/webui/src/pages/list/FilterToolbar.tsx
+++ b/webui/src/pages/list/FilterToolbar.tsx
@@ -163,7 +163,7 @@ function FilterToolbar({ query, queryLocation }: Props) {
hasValue('author', key)}
- to={(key) => pipe(replaceParam('author', key), loc)(params)}
+ to={(key) => pipe(toggleParam('author', key), loc)(params)}
hasFilter
>
Author
@@ -174,7 +174,7 @@ function FilterToolbar({ query, queryLocation }: Props) {
to={(key) => pipe(toggleOrAddParam('label', key), loc)(params)}
hasFilter
>
- Label
+ Labels