Skip to content

Commit 55aca6c

Browse files
Fatimahzzacharo
authored andcommitted
removed duplicate Ids
1 parent d717f0f commit 55aca6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/forms/TextAreaField.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class TextAreaField extends Component {
1616
renderFormField = ({ form, ...cmpProps }) => {
1717
const { fieldPath, ...uiProps } = cmpProps;
1818
return (
19-
<Form.Field id={fieldPath} className="invenio-text-area-field">
19+
<Form.Field className="invenio-text-area-field">
2020
<Form.TextArea
2121
id={fieldPath}
2222
name={fieldPath}

0 commit comments

Comments
 (0)