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
6cea90db
Commit
6cea90db
authored
Jun 30, 2021
by
d.arizona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push superadmin
parent
17428aa3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
BudgetTahunan.js
src/container/BudgetTahunan.js
+2
-1
MonthlyReport.js
src/container/MonthlyReport.js
+2
-1
OutlookPA.js
src/container/OutlookPA.js
+2
-1
RollingOutlook.js
src/container/RollingOutlook.js
+2
-1
No files found.
src/container/BudgetTahunan.js
View file @
6cea90db
...
...
@@ -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
);
...
...
src/container/MonthlyReport.js
View file @
6cea90db
...
...
@@ -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
);
...
...
src/container/OutlookPA.js
View file @
6cea90db
...
...
@@ -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
);
...
...
src/container/RollingOutlook.js
View file @
6cea90db
...
...
@@ -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
);
...
...
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