Skip to content

Commit

Permalink
Merge pull request #6874 from ashanthamara/actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashanthamara authored Sep 6, 2024
2 parents c661d6a + 5439e79 commit 8ec0c8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fair-llamas-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.actions.v1": patch
---

Fix secret show icon issue in action ui
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ const ActionConfigForm: FunctionComponent<ActionConfigFormInterface> = ({
required={ true }
data-componentid={ `${ _componentId }-authentication-property-value` }
name="valueAuthProperty"
type={ isShowSecret1 ? "text" : "password" }
type={ isShowSecret2 ? "text" : "password" }
InputProps={ {
endAdornment: renderInputAdornmentOfSecret(
isShowSecret2,
Expand Down

0 comments on commit 8ec0c8e

Please sign in to comment.