Skip to content

Commit

Permalink
Fixing password renderer mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
glenfannin-okta committed May 6, 2024
1 parent ad71581 commit 2d9c568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v3/src/components/Form/jsonforms/renderers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const renderers = [
renderer: CheckboxControl,
},
{
tester: rankWith(30, and(isControl, optionIs('isSecure', true))),
tester: rankWith(30, and(isControl, optionIs('secure', true))),
renderer: InputPasswordControl,
},
{
Expand Down

0 comments on commit 2d9c568

Please sign in to comment.