Commit f15009b0 authored by qorri_di's avatar qorri_di

Merge branch 'dev/riri' into 'ENV-DEV'

Fixing MR

See merge request !1902
parents c0cde3ea 09386a0e
......@@ -617,8 +617,8 @@ export default class ListOfCreditFacilities extends Component {
// }
})
api.create().checkUploadMonthlyReportLOCF(this.state.payload).then(response => {
console.log(JSON.stringify(this.state.payload));
api.create().checkUploadMonthlyReportLOCF(payload).then(response => {
// console.log(JSON.stringify(this.state.payload));
console.log(response)
if (response.data) {
if (response.data.status === 'success') {
......
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