mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#1887 Navigation auf Hauptseite wenn hits 0 ist
This commit is contained in:
@@ -254,7 +254,7 @@ export class ArticleSearchStore extends ComponentStore<ArticleSearchState> {
|
||||
|
||||
navigateToMain() {
|
||||
const path = '/product/search';
|
||||
if (!this.router.isActive(path, false)) {
|
||||
if (!this.router.isActive(path, true)) {
|
||||
this.router.navigate([path], { queryParams: this.queryParams });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user