Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbaroni committed Oct 17, 2023
1 parent f156117 commit 5ac590b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Table/UncontrolledTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default class UncontrolledTable extends React.Component {
};

constructor(props) {
console.log(props);

Check warning on line 44 in src/components/Table/UncontrolledTable.js

View workflow job for this annotation

GitHub Actions / test

Unexpected console statement
super(props);
this.state = {
sort: props.sort,
Expand Down Expand Up @@ -176,6 +177,7 @@ export default class UncontrolledTable extends React.Component {
}

if (rowsChanged) {
console.log('rows changed');

Check warning on line 180 in src/components/Table/UncontrolledTable.js

View workflow job for this annotation

GitHub Actions / test

Unexpected console statement
this.setState({ page: 0 });
}

Expand Down

0 comments on commit 5ac590b

Please sign in to comment.