Skip to content

Commit

Permalink
fix(formapi): Ajustement de la réinitialisation de la page #37
Browse files Browse the repository at this point in the history
  • Loading branch information
Naminoshin committed Jun 25, 2024
1 parent 397a0dc commit 8eb8fd3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ export class IgnApiDlComponent implements OnInit {
}
resetPage(): void {
this.page$.next('0')
this.pageSize$.next(this.initialPageSize)
this.size$.next(this.initialPageSize)
}

async getFields() {
Expand Down

0 comments on commit 8eb8fd3

Please sign in to comment.