- client: Clear result of checking the filtering result after moving to another page
This commit is contained in:
@@ -13,7 +13,11 @@ const filtering = handleActions(
|
||||
return { ...state, userRules };
|
||||
},
|
||||
|
||||
[actions.getFilteringStatusRequest]: state => ({ ...state, processingFilters: true }),
|
||||
[actions.getFilteringStatusRequest]: state => ({
|
||||
...state,
|
||||
processingFilters: true,
|
||||
check: {},
|
||||
}),
|
||||
[actions.getFilteringStatusFailure]: state => ({ ...state, processingFilters: false }),
|
||||
[actions.getFilteringStatusSuccess]: (state, { payload }) => ({
|
||||
...state,
|
||||
|
||||
Reference in New Issue
Block a user