mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 19:29:30 +00:00
change reset queue filtering on status filter change
This commit is contained in:
@@ -257,7 +257,7 @@ const Download = () => {
|
||||
id="showIgnored"
|
||||
onChange={() => {
|
||||
handleUserConfigUpdate({ show_ignored_only: !showIgnored });
|
||||
const newParams = new URLSearchParams(searchParams.toString());
|
||||
const newParams = new URLSearchParams();
|
||||
newParams.set('ignored', String(!showIgnored));
|
||||
setSearchParams(newParams);
|
||||
setRefresh(true);
|
||||
|
||||
Reference in New Issue
Block a user