mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-9010] Loading spinner is not shown on search results page when filtering for files or folders (#4263)
This commit is contained in:
parent
4cb6e56911
commit
a37fec5a7a
@ -204,6 +204,10 @@ export class SearchResultsComponent extends PageComponent implements OnInit {
|
|||||||
|
|
||||||
this.queryBuilder.error.subscribe((err: any) => {
|
this.queryBuilder.error.subscribe((err: any) => {
|
||||||
this.onSearchError(err);
|
this.onSearchError(err);
|
||||||
|
}),
|
||||||
|
|
||||||
|
this.queryBuilder.filterQueryUpdate.subscribe(() => {
|
||||||
|
this.isLoading = true;
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user