Skip to content

Commit

Permalink
Fix passwordfield
Browse files Browse the repository at this point in the history
Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 committed Jan 31, 2025
1 parent 336103d commit 0e6fb01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class PasswordControl extends React.Component {
onChange={this.handleChange.bind(this)}
value={value}
labelText={this.props.controlItem}
hideLabel={!this.props.control.labelVisible || this.props.tableControl}
hideLabel={this.props.tableControl}
tooltipAlignment="end"
showPasswordLabel={showPasswordLabel}
hidePasswordLabel={hidePasswordLabel}
Expand Down

0 comments on commit 0e6fb01

Please sign in to comment.