change reset queue filtering on status filter change
This commit is contained in:
parent
3947653595
commit
f87309dbd1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue