fix: console error fixed of qb-285

This commit is contained in:
Snigdha Snigdha
2020-01-09 15:18:05 +05:30
parent 730f35a83c
commit 1355381346
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ class RowHeader extends React.PureComponent {
this.handleSelect = this.handleSelect.bind(this);
}
// fixes the console error on row selected values
handleSelect() {
const { component, entry } = this.props;

View File

@@ -8,6 +8,7 @@ class ColumnHeader extends React.PureComponent {
super(props);
this.handleSelect = this.handleSelect.bind(this);
}
// fixes console error for column selected values
handleSelect() {
const { component, entry } = this.props;