UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
b1708fa1
Commit
b1708fa1
authored
Sep 02, 2021
by
hunter.congress
Browse files
cleaning log messages
parent
849d4711
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
src/components/Training/PendingRequests.vue
src/components/Training/PendingRequests.vue
+0
-1
src/views/Team.vue
src/views/Team.vue
+0
-1
No files found.
src/components/Training/PendingRequests.vue
View file @
b1708fa1
...
...
@@ -186,7 +186,6 @@ export default {
}
this
.
loading
=
false
;
this
.
fetchingData
=
false
;
console
.
log
(
this
.
mainMessage
);
},
async
acceptPendingRegistration
(
userId
,
pmId
)
{
try
{
...
...
src/views/Team.vue
View file @
b1708fa1
...
...
@@ -413,7 +413,6 @@ export default {
const
team
=
await
TeamService
.
getMyTeam
();
if
(
team
&&
Object
.
keys
(
team
).
length
!==
0
)
{
this
.
team
=
await
TeamService
.
getTeam
(
team
[
0
].
id
);
console
.
log
(
this
.
team
);
isTeamLead
=
team
[
0
].
TeamMember
.
isTeamLead
;
}
}
...
...
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