Skip to content

Commit

Permalink
removed duplicate Ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah authored and zzacharo committed Sep 22, 2023
1 parent d717f0f commit 55aca6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/forms/TextAreaField.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class TextAreaField extends Component {
renderFormField = ({ form, ...cmpProps }) => {
const { fieldPath, ...uiProps } = cmpProps;
return (
<Form.Field id={fieldPath} className="invenio-text-area-field">
<Form.Field className="invenio-text-area-field">
<Form.TextArea
id={fieldPath}
name={fieldPath}
Expand Down

0 comments on commit 55aca6c

Please sign in to comment.