mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
improvement: correct switch enable switch id
This commit is contained in:
@@ -135,7 +135,7 @@ export const OrgLDAPSection = (): JSX.Element => {
|
||||
{(isAllowed) => (
|
||||
<div>
|
||||
<Switch
|
||||
id="enable-saml-sso"
|
||||
id="enable-ldap-sso"
|
||||
onCheckedChange={(value) => handleLDAPToggle(value)}
|
||||
isChecked={data ? data.isActive : false}
|
||||
isDisabled={!isAllowed || isGoogleOAuthEnabled}
|
||||
|
||||
Reference in New Issue
Block a user