mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 03:40:14 +00:00
Reset page number when switching to ignored.
This commit is contained in:
parent
3d68f52d5d
commit
b41348d961
@ -81,6 +81,7 @@ const Download: NextPage = () => {
|
||||
const handleSetIgnoredStatus = (selectedIgnoredStatus: IgnoredStatus) => {
|
||||
setIgnoredStatus(selectedIgnoredStatus);
|
||||
refetch();
|
||||
handleSetPageNumber(1);
|
||||
};
|
||||
|
||||
const handleSetFormHidden = (selectedFormHidden: FormHidden) => {
|
||||
|
Loading…
Reference in New Issue
Block a user