Fixed UI glitch

This commit is contained in:
Daniel Hougaard
2024-01-16 21:48:38 +04:00
committed by Akhil Mohan
parent 67618046c0
commit 31c0bf6831

View File

@@ -92,7 +92,7 @@ export const E2EESection = () => {
<div className="w-max">
<Checkbox
className="data-[state=checked]:bg-primary"
id="autoCapitalization"
id="end-to-end-encryption"
isChecked={!bot.isActive}
isDisabled={!isAllowed}
onCheckedChange={async () => {