mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
[ADF-1835] fixed wrongly reported pagination into demo shell search result (#2671)
This commit is contained in:
@@ -53,6 +53,7 @@ export class SearchResultComponent implements OnInit {
|
||||
this.searchedWord = params.hasOwnProperty(this.queryParamName) ? params[this.queryParamName] : null;
|
||||
});
|
||||
}
|
||||
this.maxItems = this.preferences.paginationSize;
|
||||
}
|
||||
|
||||
showSearchResult(event: NodePaging) {
|
||||
|
Reference in New Issue
Block a user