Skip to content

Commit

Permalink
Navigate back to projector list on individual deletion (#2829)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisa-beerboom authored Sep 26, 2023
1 parent d484bf5 commit 3cc6b64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export class ProjectorDetailComponent extends BaseMeetingComponent implements On
const content = this.projector.name;
if (this.projector && (await this.promptService.open(title, content))) {
this.repo.delete(this.projector);
this.router.navigate([`../../`], { relativeTo: this.route });
}
}

Expand Down

0 comments on commit 3cc6b64

Please sign in to comment.