Skip to content

Commit

Permalink
stepper gets stuck in snoop mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Oct 8, 2024
1 parent a766221 commit a891d97
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ export class SnoopingStepperComponent implements OnInit, OnDestroy {
// this.alertService.warning(
// 'To snoop for messages you have to select at least one connector. Go back, unless you only want to assign a connector later!'
// );
} else {
event.stepper.next();
}
}
}
Expand Down

0 comments on commit a891d97

Please sign in to comment.