Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dida Adams Arizona
Tia-dev
Commits
9dd6074b
Commit
9dd6074b
authored
Mar 10, 2026
by
Hardiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pic
parent
0755f34a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
MonthlyReport.js
src/container/MonthlyReport/MonthlyReport.js
+4
-2
No files found.
src/container/MonthlyReport/MonthlyReport.js
View file @
9dd6074b
...
@@ -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
=
()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment