diff --git a/targets/frontend/src/components/glossary/TermForm.js b/targets/frontend/src/components/glossary/TermForm.js index 759e9e515..46ede46e1 100644 --- a/targets/frontend/src/components/glossary/TermForm.js +++ b/targets/frontend/src/components/glossary/TermForm.js @@ -80,7 +80,7 @@ export const TermForm = ({ term = {} }) => { return (
<> - + { label="Terme" onChange={() => setDuplicateTermError(false)} defaultValue={term.term} + width="100%" /> {duplicateTermError && ( @@ -102,12 +103,13 @@ export const TermForm = ({ term = {} }) => { )} - + -