Revert "Merge branch 'dev' into producao"

This reverts commit baf4c02f7b, reversing
changes made to 5443acd33a.
This commit is contained in:
Eduardo Lopes 2026-03-12 16:29:06 -03:00
parent baf4c02f7b
commit 2bd044a3ab
1 changed files with 1 additions and 1 deletions

View File

@ -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[] = [];