Skip to content

Commit

Permalink
fixed issue in room member page
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Jan 16, 2024
1 parent e9b7589 commit c53c2ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/RoomMembersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ function RoomMembersPage(props) {
canSelectMultiple
sections={[{data, indexOffset: 0, isDisabled: false}]}
textInputLabel={props.translate('optionsSelector.findMember')}
disableKeyboardShortcuts={removeMembersConfirmModalVisible}
textInputValue={searchValue}
onChangeText={setSearchValue}
headerMessage={headerMessage}
Expand Down

0 comments on commit c53c2ed

Please sign in to comment.