Skip to content

Commit 49249e1

Browse files
authored
Merge pull request #85 from moda20/Improvement/udpating-the-config-logic-based-on-the-new-categorized-endpoint
2 parents 9f9d428 + 88efe29 commit 49249e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/custom/configs/configInputCombo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default function ConfigInputCombo({
8181
}
8282
/>
8383
) : (
84-
item.encrypted && <Badge variant="secondary">Encrypted</Badge>
84+
item.is_encrypted && <Badge variant="secondary">Encrypted</Badge>
8585
)}
8686
{editMode && (
8787
<Label htmlFor={`encrypted-${item.id}`} className="text-sm">

0 commit comments

Comments
 (0)