Skip to content

Commit

Permalink
fix(admin-ui): Reset page to 1 on viewing collection contents from list
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jan 23, 2024
1 parent a4ad914 commit daa4731
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
<a
class="button-small bg-weight-150"
[routerLink]="['./', { contents: collection.id }]"
queryParamsHandling="preserve"
[queryParams]="{ contentsPage: 1 }"
queryParamsHandling="merge"
>
<span>{{ 'common.view-contents' | translate }}</span>
<clr-icon shape="file-group"></clr-icon>
Expand Down

0 comments on commit daa4731

Please sign in to comment.