Commit 285b6fe2 authored by Riri Novita's avatar Riri Novita

download report

parent 7786dbeb
......@@ -93,7 +93,7 @@ class DownloadReport extends Component {
componentDidMount() {
const interval = setInterval(() => {
this.getListDownload()
}, 1000);
}, 500);
return () => clearInterval(interval);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment