Skip to content

Commit

Permalink
rename userGroupId to id
Browse files Browse the repository at this point in the history
  • Loading branch information
ipula committed Feb 5, 2025
1 parent 5b694f8 commit a807431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/userInvitation/UserInvitationUserGroupsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function removeUserGroup(userGroup, index) {
store.invitationPayload.currentUserGroups.find(
(data, i) => i === index,
).dateEnd = new Date();
removeRole(store.invitationPayload.userId, userGroup.userGroupId);
removeRole(store.invitationPayload.userId, userGroup.id);
close();
},
},
Expand Down

0 comments on commit a807431

Please sign in to comment.