Skip to content

Commit

Permalink
[hotfix] result set always updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 23, 2016
1 parent df89bec commit 6e5a93a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions caravel/assets/javascripts/SqlLab/components/ResultSet.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ class ResultSet extends React.Component {
showModal: false,
};
}
shouldComponentUpdate(nextProps, nextState) {
return (
this.state.searchText !== nextState.searchText ||
this.state.showModal !== nextState.showModal
);
}
changeSearch(event) {
this.setState({ searchText: event.target.value });
}
Expand Down

0 comments on commit 6e5a93a

Please sign in to comment.