mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2443] renaming getDifferentPageSize to getDefaultPageSize (#3060)
* [ADF-2443] renaming getDifferentPageSize to getDefaultPageSize * [ADF-2443] fixed method call for demo shell
This commit is contained in:
@@ -439,6 +439,6 @@ export class TaskListComponent implements OnChanges, AfterContentInit, Paginated
|
||||
}
|
||||
|
||||
get supportedPageSizes(): number[] {
|
||||
return this.userPreferences.getDifferentPageSizes();
|
||||
return this.userPreferences.getDefaultPageSizes();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user