Skip to content

Commit

Permalink
fix: redirect issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmykane committed Nov 15, 2020
1 parent a2132d7 commit fd4b7fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export abstract class ServicesAbstractComponentDirective implements OnInit, OnDe
});
} finally {
this.isLoading = false;
await this.router.navigate(['services'], { queryParams: { serviceName: serviceName }, queryParamsHandling: 'preserve' });
await this.router.navigate(['services'], { queryParams: { serviceName: serviceName }, queryParamsHandling: '' });
}
});
}
Expand Down

0 comments on commit fd4b7fc

Please sign in to comment.