Skip to content

Commit

Permalink
open link in current window on admin event-detail
Browse files Browse the repository at this point in the history
  • Loading branch information
AnSch1510 committed Jul 17, 2024
1 parent 3c036a2 commit 9ca86ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export class EventDetailsComponent {
}

protected openExternalUri() {
window.open(this.externalUri() as string, '_blank');
window.location.href = this.externalUri() as string;
}

protected buildInstances() {
Expand Down

0 comments on commit 9ca86ca

Please sign in to comment.