Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
summerhasuna committed Jun 5, 2024
1 parent 9deb82c commit 775da2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/competents/editorHp/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const EditorHp: React.FC<FormProps> = ({ onFormSubmit }) => {
return (
<form className="hpEditor" onSubmit={handleSubmit}>
<FormInput
label="Device"
label="Devices"
value={formData.device}
onChange={(value) => handleInputChange("device", value)}
type="radio"
Expand Down

0 comments on commit 775da2a

Please sign in to comment.