UNCLASSIFIED

Commit 92287f54 authored by graham.smith's avatar graham.smith
Browse files

fix add logic

parent 3e71441d
...@@ -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();
}, },
......
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