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 />}
|
{showInviteButton && <InviteButton />}
|
||||||
<ClearableInput
|
<ClearableInput
|
||||||
onChange = { setSearchString }
|
onChange = { setSearchString }
|
||||||
placeholder = { t('participantsPane.search') } />
|
placeholder = { t('participantsPane.search') }
|
||||||
|
value = { searchString } />
|
||||||
<div>
|
<div>
|
||||||
<MeetingParticipantItems
|
<MeetingParticipantItems
|
||||||
askUnmuteText = { askUnmuteText }
|
askUnmuteText = { askUnmuteText }
|
||||||
|
|
Loading…
Reference in New Issue