1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Remove updates, log files from app state

This commit is contained in:
Mark McDowall
2025-10-22 21:05:47 -07:00
parent 871ae9555b
commit b64cc65579
2 changed files with 0 additions and 11 deletions
@@ -34,13 +34,6 @@ export const defaultState = {
isDeleting: false,
deleteError: null,
items: []
},
updates: {
isFetching: false,
isPopulated: false,
error: null,
items: []
}
};