Skip to content

Commit 8fb9d83

Browse files
author
Zahraa Chreim
committed
132284: Reset pagination on reset
(cherry picked from commit 9aacba6)
1 parent f007a25 commit 8fb9d83

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/app/shared/form/vocabulary-treeview/vocabulary-treeview.component.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,9 @@ export class VocabularyTreeviewComponent implements OnDestroy, OnInit, OnChanges
420420
if (this.searchInput) {
421421
this.searchInput.nativeElement.focus();
422422
}
423+
424+
this.showNextPage$ = of(false);
425+
this.showPreviousPage$ = of(false);
423426
}
424427

425428
add() {

0 commit comments

Comments
 (0)