Skip to content

Commit

Permalink
Merge pull request #11 from hiui-group/hotfix/#10
Browse files Browse the repository at this point in the history
fix: #10
  • Loading branch information
solarjoker authored Feb 6, 2020
2 parents 83c7adf + 86dc540 commit e796329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-filter/data-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default class DataFilter extends Component {
if (this.props.columns.length > 0) {
const filteredColumns = this.filterColumns(this.props.columns)

this.props.setState({ filteredColumns })
this.setState({ filteredColumns })
}
this.fetchDatas(this.props)
window.addEventListener('click', this.hidePopperHandel)
Expand Down

0 comments on commit e796329

Please sign in to comment.