Revert "Merge branch 'dev' into producao"
This reverts commitbaf4c02f7b, reversing changes made to5443acd33a.
This commit is contained in:
parent
baf4c02f7b
commit
2bd044a3ab
|
|
@ -683,7 +683,7 @@ export class Dashboard implements OnInit, AfterViewInit, OnDestroy {
|
||||||
}
|
}
|
||||||
|
|
||||||
private async fetchAllDashboardLines(onlyReserva: boolean): Promise<DashboardLineListItemDto[]> {
|
private async fetchAllDashboardLines(onlyReserva: boolean): Promise<DashboardLineListItemDto[]> {
|
||||||
const pageSize = 5000;
|
const pageSize = 500;
|
||||||
let page = 1;
|
let page = 1;
|
||||||
const all: DashboardLineListItemDto[] = [];
|
const all: DashboardLineListItemDto[] = [];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue