mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
various code quality fixes (#5792)
* various code quality fixes * reduce duplicated code * add safety check
This commit is contained in:
@@ -139,10 +139,6 @@ export class PaginationPage {
|
||||
return totalNumberOfFiles.split('of ')[1];
|
||||
}
|
||||
|
||||
async getNumberOfAllRows(): Promise<number> {
|
||||
return +this.getTotalNumberOfFiles();
|
||||
}
|
||||
|
||||
/*
|
||||
* Wait until the total number of items is less then specified value
|
||||
*/
|
||||
|
Reference in New Issue
Block a user