fix(participants-pane) fix search value clear when closing pane
This commit is contained in:
parent
7f26e7f927
commit
847dc2a7bb
|
@ -107,7 +107,8 @@ function MeetingParticipants({
|
|||
{showInviteButton && <InviteButton />}
|
||||
<ClearableInput
|
||||
onChange = { setSearchString }
|
||||
placeholder = { t('participantsPane.search') } />
|
||||
placeholder = { t('participantsPane.search') }
|
||||
value = { searchString } />
|
||||
<div>
|
||||
<MeetingParticipantItems
|
||||
askUnmuteText = { askUnmuteText }
|
||||
|
|
Loading…
Reference in New Issue