Skip to content

Commit a807431

Browse files
committed
rename userGroupId to id
1 parent 5b694f8 commit a807431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/pages/userInvitation/UserInvitationUserGroupsTable.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function removeUserGroup(userGroup, index) {
217217
store.invitationPayload.currentUserGroups.find(
218218
(data, i) => i === index,
219219
).dateEnd = new Date();
220-
removeRole(store.invitationPayload.userId, userGroup.userGroupId);
220+
removeRole(store.invitationPayload.userId, userGroup.id);
221221
close();
222222
},
223223
},

0 commit comments

Comments
 (0)