mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 12:48:45 -05:00
feat(settings): logs viewer (#997)
This commit is contained in:
committed by
GitHub
parent
d76bf32c9d
commit
54429bbc1d
@@ -59,7 +59,7 @@ const RequestList: React.FC = () => {
|
||||
}
|
||||
}, []);
|
||||
|
||||
// Set fitler values to local storage any time they are changed
|
||||
// Set filter values to local storage any time they are changed
|
||||
useEffect(() => {
|
||||
window.localStorage.setItem(
|
||||
'rl-filter-settings',
|
||||
|
||||
Reference in New Issue
Block a user