mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Fixed: UI fixes from Sonarr
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -45,7 +45,7 @@ export const defaultState = {
|
||||
filters: [
|
||||
{
|
||||
key: 'monitored',
|
||||
value: false,
|
||||
value: false || true,
|
||||
type: filterTypes.EQUAL
|
||||
}
|
||||
]
|
||||
@@ -192,7 +192,6 @@ export const clearCalendar = createAction(CLEAR_CALENDAR);
|
||||
// Action Handlers
|
||||
|
||||
export const actionHandlers = handleThunks({
|
||||
|
||||
[FETCH_CALENDAR]: function(getState, payload, dispatch) {
|
||||
const state = getState();
|
||||
const unmonitored = state.calendar.selectedFilterKey === 'all';
|
||||
@@ -339,8 +338,8 @@ export const reducers = createHandleActions({
|
||||
[CLEAR_CALENDAR]: (state) => {
|
||||
const {
|
||||
view,
|
||||
showUpcoming,
|
||||
selectedFilterKey,
|
||||
showUpcoming,
|
||||
...otherDefaultState
|
||||
} = defaultState;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user