Commit 9dd6074b authored by Hardiansyah's avatar Hardiansyah

fix pic

parent 0755f34a
...@@ -2612,6 +2612,8 @@ export default class MonthlyReport extends Component { ...@@ -2612,6 +2612,8 @@ export default class MonthlyReport extends Component {
lastStatusCat, lastStatusCat,
submitter, submitter,
submitterCAT, submitterCAT,
pic,
picCAT,
listAttachment, listAttachment,
listAttachmentCAT listAttachmentCAT
} = this.state; } = this.state;
...@@ -2619,8 +2621,8 @@ export default class MonthlyReport extends Component { ...@@ -2619,8 +2621,8 @@ export default class MonthlyReport extends Component {
const key = tableKeyParam ?? tableKey; const key = tableKeyParam ?? tableKey;
return key === 2 return key === 2
? { btnApprove: btnApproveCAT, lastStatus: lastStatusCat, submitter: submitterCAT, listAttachment: listAttachmentCAT } ? { btnApprove: btnApproveCAT, lastStatus: lastStatusCat, submitter: submitterCAT, pic: picCAT, listAttachment: listAttachmentCAT }
: { btnApprove, lastStatus, submitter, listAttachment }; : { btnApprove, lastStatus, submitter, pic, listAttachment };
}; };
renderFilter = () => { renderFilter = () => {
......
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