Skip to content

Commit

Permalink
Don't reset total and batching on pending search.
Browse files Browse the repository at this point in the history
  • Loading branch information
robgietema committed Aug 6, 2018
1 parent c22a842 commit 244a0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

### Changes

* Don't reset total and batching on pending search @robgietema

## 0.7.0 (2018-07-31)

### Added
Expand Down
2 changes: 0 additions & 2 deletions src/reducers/search/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export default function search(state = initialState, action = {}) {
error: null,
loading: true,
loaded: false,
batching: {},
total: 0,
};
case `${SEARCH_CONTENT}_SUCCESS`:
return {
Expand Down

0 comments on commit 244a0e2

Please sign in to comment.