diff --git a/.changeset/fair-llamas-try.md b/.changeset/fair-llamas-try.md new file mode 100644 index 00000000000..e1717cfd9cf --- /dev/null +++ b/.changeset/fair-llamas-try.md @@ -0,0 +1,5 @@ +--- +"@wso2is/admin.actions.v1": patch +--- + +Fix secret show icon issue in action ui diff --git a/features/admin.actions.v1/components/action-config-form.tsx b/features/admin.actions.v1/components/action-config-form.tsx index cba4742caac..ede858b870a 100644 --- a/features/admin.actions.v1/components/action-config-form.tsx +++ b/features/admin.actions.v1/components/action-config-form.tsx @@ -545,7 +545,7 @@ const ActionConfigForm: FunctionComponent = ({ required={ true } data-componentid={ `${ _componentId }-authentication-property-value` } name="valueAuthProperty" - type={ isShowSecret1 ? "text" : "password" } + type={ isShowSecret2 ? "text" : "password" } InputProps={ { endAdornment: renderInputAdornmentOfSecret( isShowSecret2,