Commit 64db5014 authored by Hardiansyah's avatar Hardiansyah

fix typo

parent be75eec0
......@@ -2228,7 +2228,7 @@ export default class BudgetTahunan extends Component {
document.body.style.overflow = 'hidden';
})
let body = {
"approval_id": master_report_type_id === 2 ? this.sate.approverIDCAT : this.state.approverID,
"approval_id": master_report_type_id === 2 ? this.state.approverIDCAT : this.state.approverID,
"status": type,
"detail": this.state.detailRevisiCheck,
"is_superadmin": this.state.isAdmin,
......
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