mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:49:31 +00:00
Fix do not store user config on page change
This commit is contained in:
@@ -73,7 +73,7 @@ const Filterbar = ({
|
||||
revalidator.revalidate();
|
||||
}
|
||||
})();
|
||||
}, [hideWatched, view, gridItems, sortBy, sortOrder, viewStyleName]);
|
||||
}, [hideWatched, view, gridItems, sortBy, sortOrder]);
|
||||
|
||||
return (
|
||||
<div className="view-controls three">
|
||||
|
||||
Reference in New Issue
Block a user