mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-12 18:22:16 +01:00
Fixed bug in merge into
This commit is contained in:
@@ -28,7 +28,7 @@ const mergeMember = useMutation({
|
||||
throw new Error('No current organization id - create report');
|
||||
}
|
||||
return await api.mergeMember({
|
||||
memberId: newMemberId,
|
||||
member_id: newMemberId,
|
||||
}, {
|
||||
params: {
|
||||
organization: organizationId,
|
||||
|
||||
Reference in New Issue
Block a user