Skip to content

Commit

Permalink
fix: 解决 pagination 的传入问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxian committed Jan 14, 2020
1 parent 8de72bc commit 3fa7797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/component-kit",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"main": "index.js",
"module": "es/index.js",
"file": [
Expand Down
3 changes: 2 additions & 1 deletion src/data-filter/data-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ export default class DataFilter extends Component {
this.setState({ page: page }, () => {
this.fetchDatas(this.props)
})
}
},
...((table && table.pagination) || {})
}
}

Expand Down

0 comments on commit 3fa7797

Please sign in to comment.