mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fixed UI glitch
This commit is contained in:
committed by
Akhil Mohan
parent
67618046c0
commit
31c0bf6831
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user