Support filtering by multiple selected authors

Sascha created

Change summary

webui/src/pages/list/FilterToolbar.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

webui/src/pages/list/FilterToolbar.tsx 🔗

@@ -165,7 +165,7 @@ function FilterToolbar({ query, queryLocation }: Props) {
       <FilterDropdown
         dropdown={identities}
         itemActive={(key) => hasValue('author', key)}
-        to={(key) => pipe(toggleParam('author', key), loc)(params)}
+        to={(key) => pipe(toggleOrAddParam('author', key), loc)(params)}
         hasFilter
       >
         Author