Skip to content

Commit

Permalink
removed row created in participarts stepper from form initialization (#…
Browse files Browse the repository at this point in the history
…849)

Co-authored-by: danoswaltCL <[email protected]>
  • Loading branch information
Yagnik56 and danoswaltCL authored May 16, 2023
1 parent e3b868b commit 6138511
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,11 @@ export class ExperimentParticipantsComponent implements OnInit {
this.members2.push(this.addMembers2(MemberTypes.SEGMENT, id.name));
});
}
} else {
this.members1.removeAt(0);
this.members2.removeAt(0);
}
}

this.members1.removeAt(0);
this.members2.removeAt(0);


this.updateView1();
this.updateView2();
Expand Down

0 comments on commit 6138511

Please sign in to comment.