Commit e0737fb8 authored by Riri Novita's avatar Riri Novita

lov error

parent 54fb6470
...@@ -687,6 +687,7 @@ export default class ListOfCreditFacilities extends Component { ...@@ -687,6 +687,7 @@ export default class ListOfCreditFacilities extends Component {
"total_loan": this.state.totalLoanLOV "total_loan": this.state.totalLoanLOV
} }
console.log(body); console.log(body);
console.log(error);
if (error && type == 'submitted') { if (error && type == 'submitted') {
this.setState({ handleDoubleClick: 0, saveDraft: false, saveComp: true, loading: false, snekbar: true, snekbarMsg: 'Data Incomplete', handleDoubleClick: 0 }) this.setState({ handleDoubleClick: 0, saveDraft: false, saveComp: true, loading: false, snekbar: true, snekbarMsg: 'Data Incomplete', handleDoubleClick: 0 })
} else { } else {
......
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