Skip to content

Commit

Permalink
fix(Outside URL): Fix problem with componentContent being null
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan committed Dec 6, 2022
1 parent 1246829 commit 27ee21a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export class OutsideUrlStudent extends ComponentStudent {
}

ngOnInit(): void {
super.ngOnInit();
this.url = this.getURL(this.componentContent);
this.infoUrl = this.getInfoUrl(this.componentContent);
this.infoString = this.getInfoString(this.componentContent);
Expand Down

0 comments on commit 27ee21a

Please sign in to comment.