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