Commit 6b990e45 authored by Riri Novita's avatar Riri Novita

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

filter periode

See merge request !2314
parents 4f7326a1 4f46daca
...@@ -108,7 +108,8 @@ class ReportProgress extends Component { ...@@ -108,7 +108,8 @@ class ReportProgress extends Component {
this.setState({ this.setState({
listPeriodeMB: defaultPropsMB, listPeriodeMB: defaultPropsMB,
periodeMB: MB[MB.length - 1], // periodeMB: MB[MB.length - 1],
periodeMB: MB[MB.length - 2],
}, () => { }, () => {
this.getReportType() this.getReportType()
// console.log(this.state.listMonth) // console.log(this.state.listMonth)
......
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