fix(participants-pane) fix search value clear when closing pane

This commit is contained in:
Calin Chitu 2021-12-28 14:14:16 +02:00 committed by Calinteodor
parent 7f26e7f927
commit 847dc2a7bb
1 changed files with 2 additions and 1 deletions

View File

@ -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 }