From afc7084d6e5144e56d92d310f4b1a59fadbe644f Mon Sep 17 00:00:00 2001 From: Glen Fannin Date: Mon, 6 May 2024 10:19:36 -0400 Subject: [PATCH] Fixing password renderer mapping --- src/v3/src/components/Form/jsonforms/renderers/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v3/src/components/Form/jsonforms/renderers/index.tsx b/src/v3/src/components/Form/jsonforms/renderers/index.tsx index 6f68e910db..7af4ae088c 100644 --- a/src/v3/src/components/Form/jsonforms/renderers/index.tsx +++ b/src/v3/src/components/Form/jsonforms/renderers/index.tsx @@ -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, }, {