mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-18 05:02:14 +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');
|
throw new Error('No current organization id - create report');
|
||||||
}
|
}
|
||||||
return await api.mergeMember({
|
return await api.mergeMember({
|
||||||
memberId: newMemberId,
|
member_id: newMemberId,
|
||||||
}, {
|
}, {
|
||||||
params: {
|
params: {
|
||||||
organization: organizationId,
|
organization: organizationId,
|
||||||
|
|||||||
Reference in New Issue
Block a user