feat: add test for requirement name

fix: add error message rendering on custom requirements form
This commit is contained in:
Sérgio Salgado 2022-02-28 21:55:15 +00:00
parent c8f5e471be
commit e26e8c69fd
3 changed files with 42 additions and 16 deletions

View file

@ -276,6 +276,7 @@ const CustomInfoRequests = ({
}}
toBeEdited={toBeEdited}
onSave={(...args) => handleSave(...args)}
existingRequirements={customRequests}
/>
)}