Kaynağa Gözat

set samlABLCRule as defaultValue

Yuki Takei 6 yıl önce
ebeveyn
işleme
fb8188c283

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

@@ -481,7 +481,7 @@ pWVdnzS1VCO8fKsJ7YYIr+JmHvseph3kFUOI5RqkCcMZlKUv83aUThsTHw==
                     <input
                       className="form-control"
                       type="text"
-                      value={adminSamlSecurityContainer.state.samlABLCRule || ''}
+                      defaultValue={adminSamlSecurityContainer.state.samlABLCRule || ''}
                       onChange={(e) => { adminSamlSecurityContainer.changeSamlABLCRule(e.target.value) }}
                       readOnly={useOnlyEnvVars}
                     />