Skip to content

Commit

Permalink
fix scope issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkoopmann committed Aug 30, 2020
1 parent 607a3b2 commit 2247ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-interface/src/components/networks/NetworksList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class NetworksList extends React.Component {

this.service.findAll(self.state.filter);
setInterval(function () {
this.service.findAll(self.state.filter)
self.service.findAll(self.state.filter)
}, 15000);
}

Expand Down

0 comments on commit 2247ec1

Please sign in to comment.