Skip to content

Commit

Permalink
lib: FormGroup has no validated field
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly authored and martinpitt committed Jul 17, 2024
1 parent 7bb1f29 commit f0bec52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/lib/cockpit-components-password.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export const PasswordFormFields = ({
</button>
</Popover>
}
validated={error_password ? "warning" : "default"}
id={idPrefix + "-pw1-group"}
fieldId={idPrefix + "-pw1"}>
<InputGroup>
Expand Down

0 comments on commit f0bec52

Please sign in to comment.