improvement: correct switch enable switch id

This commit is contained in:
Scott Wilson
2025-09-08 16:26:14 -07:00
parent 301b9a46b3
commit 9ad8bc6977

View File

@@ -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}