mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
#2035 Filter Overlay schließt nicht automatisch nach Suche
This commit is contained in:
@@ -128,14 +128,13 @@ export class ArticleSearchService extends ComponentStore<ArticleSearchState> {
|
||||
searchState,
|
||||
});
|
||||
}
|
||||
this.searchCompleted.next(this.get());
|
||||
},
|
||||
(err) => {
|
||||
this.patchState({ hits: 0, searchState: 'error', items: [] });
|
||||
this.searchCompleted.next(this.get());
|
||||
}
|
||||
),
|
||||
tap((_) => {
|
||||
this.searchCompleted.next(this.get());
|
||||
})
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user