Skip to content

Commit 0ddfdb3

Browse files
frjowes-otf
authored andcommitted
Add url param to fix dashboard pagination. (#4657)
Fixes #4656
1 parent 5fbe2dc commit 0ddfdb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hypha/apply/dashboard/templates/dashboard/partials/applicant_projects.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ <h2 class="font-bold text-h4 line-clamp-4">
2727

2828
<c-pagination
2929
:page="page"
30+
url="./"
3031
target="#projects_list"
3132
class="my-4"
3233
use_htmx

hypha/apply/dashboard/templates/dashboard/partials/applicant_submissions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h2 class="mb-1 font-bold text-h4 line-clamp-4">
7474

7575
<c-pagination
7676
:page="page"
77-
77+
url="./"
7878
target="#submissions_list"
7979
class="my-4"
8080
use_htmx

0 commit comments

Comments
 (0)