mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
fix rename participant
This commit is contained in:
@@ -183,7 +183,7 @@ const ParticipantList = ({
|
||||
if (participant && participant.name !== participantInput) {
|
||||
setLoading(true);
|
||||
api
|
||||
?.v1TranscriptUpdateParticipant(participant.id, transcriptId, {
|
||||
?.v1TranscriptUpdateParticipant(transcriptId, participant.id, {
|
||||
name: participantInput,
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user