Commit 749c9ba8 authored by Rifka Kurnia's avatar Rifka Kurnia

Merge branch 'rifka' into 'master'

tp issue prod calculate

See merge request !1223
parents c8055284 a8743920
...@@ -1754,7 +1754,7 @@ export default class TaxPlanningMR extends Component { ...@@ -1754,7 +1754,7 @@ export default class TaxPlanningMR extends Component {
// this.forceUpdate() // this.forceUpdate()
this.setState({ loading: true, buttonDraft: false }, () => { this.setState({ loading: true, buttonDraft: false }, () => {
setTimeout(() => { setTimeout(() => {
this.handleValidate() this.handleValidate(dataTable2)
}, 100); }, 100);
}) })
}} }}
......
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