|
@@ -198,7 +198,6 @@ class SearchPage extends React.Component {
|
|
|
|
|
|
|
|
updateCheckboxState = () => {
|
|
updateCheckboxState = () => {
|
|
|
const currentCheckboxState = this.getCheckboxType(this.state.selectedPages.size);
|
|
const currentCheckboxState = this.getCheckboxType(this.state.selectedPages.size);
|
|
|
- console.log(currentCheckboxState);
|
|
|
|
|
this.setState({ checkboxState: currentCheckboxState });
|
|
this.setState({ checkboxState: currentCheckboxState });
|
|
|
}
|
|
}
|
|
|
|
|
|