瀏覽代碼

change code correctly because it's too long

kaoritokashiki 6 年之前
父節點
當前提交
76e233bcde
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/client/js/components/Admin/Security/LdapSecuritySetting.jsx

+ 6 - 1
src/client/js/components/Admin/Security/LdapSecuritySetting.jsx

@@ -425,7 +425,12 @@ class LdapSecuritySetting extends React.Component {
                 >
                   {t('Update')}
                 </button>
-                <button type="button" className="btn btn-outline-secondary ml-2" onClick={this.openLdapAuthTestModal}>{t('security_setting.ldap.test_config')}</button>
+                <button
+                  type="button"
+                  className="btn btn-outline-secondary ml-2"
+                  onClick={this.openLdapAuthTestModal}
+                >{t('security_setting.ldap.test_config')}
+                </button>
               </div>
             </div>