Commit fb0e8f2f authored by faisalhamdi's avatar faisalhamdi

klewat

parent f1b57128
......@@ -82,6 +82,7 @@ export default class CorporateAnnualTargetMR extends Component {
handleGetFor(type) {
this.setState({get_for: type}, () => {
this.getLatestUpdate()
this.getItemHierarki()
})
}
......@@ -1311,7 +1312,8 @@ export default class CorporateAnnualTargetMR extends Component {
onClick={() => {
this.setState({ loading: true }, () => {
setTimeout(() => {
this.handleValidate()
// this.handleValidate()
this.setState({ loading: false })
}, 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