Skip to content

Commit

Permalink
Merge pull request #18251 from allroundexperts/fix-18158
Browse files Browse the repository at this point in the history
fix: use placeholder on the search input
  • Loading branch information
PauloGasparSv authored May 8, 2023
2 parents 4a4b22b + 6e060b3 commit 2c3eec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceMembersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ class WorkspaceMembersPage extends React.Component {
<TextInput
value={this.state.searchValue}
onChangeText={this.updateSearchValue}
placeholder={this.props.translate('optionsSelector.findMember')}
label={this.props.translate('optionsSelector.findMember')}
/>
</View>
{data.length > 0 ? (
Expand Down

0 comments on commit 2c3eec0

Please sign in to comment.