Skip to content

Commit

Permalink
pkp/pkp-lib#10630 Fix tests and UI call
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed Dec 30, 2024
1 parent e576fcd commit 4e74842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const useUserInvitationManagerStore = defineComponentStore(
currentPage.value = _currentPage;
}

const {apiUrl} = useApiUrl('invitations');
const {apiUrl} = useApiUrl('invitations/userRoleAssignment');
const {
items: invitations,
pagination: invitationsPagination,
Expand Down

0 comments on commit 4e74842

Please sign in to comment.