Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
magicznyleszek committed Feb 14, 2025
1 parent d3fa0c0 commit 1c6e2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapp/js/account/organization/membersInviteQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const useOrgMemberInviteQuery = (orgId: string, inviteId: string, display
}
return useQuery<MemberInvite, FailResponse>({
queryFn: () => fetchGet<MemberInvite>(apiPath, fetchOptions),
queryKey: [QueryKeys.organizationMemberInviteDetail, apiPath],
queryKey: [QueryKeys.organizationMemberInviteDetail, apiPath, fetchOptions],
})
}

Expand Down

0 comments on commit 1c6e2e2

Please sign in to comment.