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
92287f54
Commit
92287f54
authored
Feb 25, 2021
by
graham.smith
Browse files
fix add logic
parent
3e71441d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/components/AddTeam.vue
src/components/AddTeam.vue
+0
-2
No files found.
src/components/AddTeam.vue
View file @
92287f54
...
@@ -132,8 +132,6 @@ export default {
...
@@ -132,8 +132,6 @@ export default {
this
.
init
();
this
.
init
();
},
},
add
()
{
add
()
{
this
.
leads
.
forEach
((
lead
)
=>
(
lead
.
TeamMember
.
isTeamLead
=
true
));
this
.
toAdd
.
members
=
this
.
leads
;
this
.
$emit
(
"
add
"
,
this
.
toAdd
);
this
.
$emit
(
"
add
"
,
this
.
toAdd
);
this
.
init
();
this
.
init
();
},
},
...
...
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