2 parents 9f9d428 + 88efe29 commit 49249e1Copy full SHA for 49249e1
1 file changed
src/components/custom/configs/configInputCombo.tsx
@@ -81,7 +81,7 @@ export default function ConfigInputCombo({
81
}
82
/>
83
) : (
84
- item.encrypted && <Badge variant="secondary">Encrypted</Badge>
+ item.is_encrypted && <Badge variant="secondary">Encrypted</Badge>
85
)}
86
{editMode && (
87
<Label htmlFor={`encrypted-${item.id}`} className="text-sm">
0 commit comments