Commit afa79420 authored by Riri Novita's avatar Riri Novita

Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'

download empty

See merge request !1745
parents 3eb2a9fe 2a589cd2
......@@ -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