Skip to content

Commit

Permalink
add _self for the redirection (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Sep 22, 2023
1 parent 36fb44f commit 55f7047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/notifications/notification.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ closeModal(content: any) {
if (data.message === 'success') {
this.closeModal(modal);
this.showLoadingSpinner = false;
window.open(environment.domainName + '/notification')
window.open(environment.domainName + '/notification','_self')

// this.influencerProms = this.influencerProms.pipe(
// map((array: any) =>
Expand Down

0 comments on commit 55f7047

Please sign in to comment.