summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-08-03 19:29:34 -0400
committerenahum <nahumhbl@gmail.com>2016-08-03 18:29:34 -0500
commit937a4e30875838b199cae005cc4d76926aeafb0d (patch)
treeb48ae40adf8d36bf463e59004bd0f2d294e9660b /webapp
parentc79685b0bc9686b41abcf295fdbe8f06d9e1771c (diff)
downloadchat-937a4e30875838b199cae005cc4d76926aeafb0d.tar.gz
chat-937a4e30875838b199cae005cc4d76926aeafb0d.tar.bz2
chat-937a4e30875838b199cae005cc4d76926aeafb0d.zip
Fixing typo in LDAP system console (#3727)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/admin_console/ldap_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/ldap_settings.jsx b/webapp/components/admin_console/ldap_settings.jsx
index b2283f337..32cdbab3a 100644
--- a/webapp/components/admin_console/ldap_settings.jsx
+++ b/webapp/components/admin_console/ldap_settings.jsx
@@ -146,7 +146,7 @@ export default class LdapSettings extends AdminSettings {
disabled={!this.state.enable}
/>
<ConnectionSecurityDropdownSetting
- value={this.state.ldapConnectionSecurity}
+ value={this.state.connectionSecurity}
onChange={this.handleChange}
disabled={!this.state.enable}
/>