mirror of
https://github.com/bakhirev/assayo.git
synced 2025-09-01 18:19:43 +00:00
update
This commit is contained in:
parent
73b7b611a4
commit
b87d79cff9
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ export class DataLoaderStore implements IDataLoaderStore {
|
||||||
}
|
}
|
||||||
|
|
||||||
showAll() {
|
showAll() {
|
||||||
if (this.pageNumber === 0 && this.response?.totalPages === 2) return this.loadMore();
|
|
||||||
const pageSize = this.response?.totalElements || 100;
|
const pageSize = this.response?.totalElements || 100;
|
||||||
return this.fetchData(DataLoaderState.LOADING_ALL, { pageNumber: 0, pageSize });
|
return this.fetchData(DataLoaderState.LOADING_ALL, { pageNumber: 0, pageSize });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue