Skip to content

Commit

Permalink
Protection for missing configuration etc
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse committed Nov 8, 2024
1 parent 7645aa1 commit af17bc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class IOOptionsDialogComponent implements OnInit {

private getJiveXMLLoader(): JiveXMLLoader {
if (
this.eventDisplay.configuration.eventDataLoader instanceof JiveXMLLoader
this.eventDisplay?.configuration?.eventDataLoader instanceof JiveXMLLoader
) {
return this.eventDisplay.configuration.eventDataLoader as JiveXMLLoader;
} else {
Expand Down

0 comments on commit af17bc9

Please sign in to comment.