Skip to content

Commit 737fdc2

Browse files
committed
fix: reset current page on data refresh
1 parent 675ce47 commit 737fdc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/pages/home/home-page.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ export class HomePage implements OnInit {
178178
)
179179
.subscribe(() => {
180180
this.isRefreshingAll.set(false)
181+
this.pageService.setCurrentPage(1)
181182
})
182183
}
183184
}

0 commit comments

Comments
 (0)