Commit 6cea90db authored by d.arizona's avatar d.arizona

push superadmin

parent 17428aa3
......@@ -77,7 +77,8 @@ export default class BudgetTahunan extends Component {
PLID: null,
FRID: null,
listApprover: null,
approver: null
approver: null,
isAdmin: false
}
this.myRef = React.createRef()
this.fileHandler = this.fileHandler.bind(this);
......
......@@ -77,7 +77,8 @@ export default class MonthlyReport extends Component {
PLID: null,
monthHome: null,
listApprover: null,
approver: null
approver: null,
isAdmin: false
}
this.myRef = React.createRef()
this.fileHandler = this.fileHandler.bind(this);
......
......@@ -71,7 +71,8 @@ export default class OutlookPA extends Component {
prevRevision: false,
dbPL: [],
listApprover: null,
approver: null
approver: null,
isAdmin: false
}
this.myRef = React.createRef()
this.fileHandler = this.fileHandler.bind(this);
......
......@@ -77,7 +77,8 @@ export default class RollingOutlook extends Component {
],
quarter: null,
listApprover: null,
approver: null
approver: null,
isAdmin: false
}
this.myRef = React.createRef()
this.fileHandler = this.fileHandler.bind(this);
......
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