Skip to content

Commit 59f9924

Browse files
authored
Merge pull request #18771 from lenguyenthanh/study-search/fix-infinity-scrolling
Fix infinity scrolling in study search
2 parents fec0b3b + 2dee767 commit 59f9924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/study/src/main/ui/ListUi.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ final class ListUi(helpers: Helpers, bits: StudyBits):
108108
bits.orderSelect(order, "search", url = o => routes.Study.search(text, 1, o.some)),
109109
bits.newForm()
110110
),
111-
paginate(pag, routes.Study.search(text, pag.currentPage, order.some))
111+
paginate(pag, routes.Study.search(text, 1, order.some))
112112
)
113113
)
114114

0 commit comments

Comments
 (0)