aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/users
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2018-05-15 13:27:26 +0200
committerSonarTech <sonartech@sonarsource.com>2018-05-15 20:20:50 +0200
commit05a73f23b2e922de87d37dc101728c94dfee7648 (patch)
treedf30cf01bd96ea03a9253d04f8fab17f116a4b2a /server/sonar-web/src/main/js/apps/users
parentc449191069573ef348bdd5a0c43f2593bd84f198 (diff)
downloadsonarqube-05a73f23b2e922de87d37dc101728c94dfee7648.tar.gz
sonarqube-05a73f23b2e922de87d37dc101728c94dfee7648.zip
update sonar-web dependencies (#239)
Diffstat (limited to 'server/sonar-web/src/main/js/apps/users')
-rw-r--r--server/sonar-web/src/main/js/apps/users/components/UsersSelectSearch.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/users/components/UsersSelectSearch.tsx b/server/sonar-web/src/main/js/apps/users/components/UsersSelectSearch.tsx
index fa62338bcbc..7fb84c7f497 100644
--- a/server/sonar-web/src/main/js/apps/users/components/UsersSelectSearch.tsx
+++ b/server/sonar-web/src/main/js/apps/users/components/UsersSelectSearch.tsx
@@ -101,7 +101,7 @@ export default class UsersSelectSearch extends React.PureComponent<Props, State>
: translate('no_results');
return (
<Select
- autofocus={this.props.autoFocus}
+ autoFocus={this.props.autoFocus}
className="Select-big"
options={this.state.searchResult}
isLoading={this.state.isLoading}