Skip to content

Commit

Permalink
Check apis on renderization
Browse files Browse the repository at this point in the history
  • Loading branch information
adri9valle committed Jul 26, 2019
1 parent a7f7c75 commit f94ff00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/controllers/settings/components/api-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ export class ApiTable extends Component {
});
}

componentDidMount() {
shouldComponentUpdate() {
this.checkApiConnection();
return true;
}

onChangeEdit(e, field) {
Expand Down

0 comments on commit f94ff00

Please sign in to comment.