Commit 4ab8d715 authored by Faisal Hamdi's avatar Faisal Hamdi

Merge branch 'faisal' into 'master'

klewat

See merge request !851
parents be4a6203 383bbc39
......@@ -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