Update frontend/src/pages/organization/AccessManagementPage/components/OrgIdentityTab/components/IdentitySection/IdentityModal.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
x032205
2025-06-13 14:45:38 -04:00
committed by GitHub
parent 19a403f467
commit 3432a16d4f

View File

@@ -232,7 +232,7 @@ export const IdentityModal = ({ popUp, handlePopUpToggle }: Props) => {
<Switch
className="ml-0 mr-2 bg-mineshaft-400/80 shadow-inner data-[state=checked]:bg-green/80"
containerClassName="flex-row-reverse w-fit"
id="auto-rotation-enabled"
id="delete-protection-enabled"
thumbClassName="bg-mineshaft-800"
onCheckedChange={onChange}
isChecked={value}