Skip to content

Commit

Permalink
[Edit workshop] User sporadically is not able to switch between tabs …
Browse files Browse the repository at this point in the history
…on workshop edit #666 (#678)
  • Loading branch information
romandivonchuk authored Nov 25, 2021
1 parent 460d4e9 commit fe5a60b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export class CreateWorkshopComponent implements OnInit, OnDestroy {
const workshopId = this.route.snapshot.paramMap.get('id');
if (workshopId) {
this.editMode = true;
this.isLinear = false;
this.userWorkshopService.getWorkshopById(workshopId).subscribe((workshop: Workshop) => this.workshop = workshop);
}

Expand Down

0 comments on commit fe5a60b

Please sign in to comment.