Skip to content

Commit

Permalink
fix(web): onData in ReactiveList (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
bietkul committed Jun 3, 2019
1 parent 255e5a9 commit 3a2f922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/reactivecore
2 changes: 1 addition & 1 deletion packages/web/src/components/result/ReactiveList.js
Expand Up @@ -162,7 +162,7 @@ class ReactiveList extends Component {
checkSomePropChange(
this.props,
prevProps,
['hits', 'streamHits', 'promotedResults'],
['hits', 'streamHits', 'promotedResults', 'total', 'size', 'time'],
() => {
this.props.onData(this.getData());
},
Expand Down

0 comments on commit 3a2f922

Please sign in to comment.