Refactored the compliance framework forms
- Created a constants file to hold common values - Created new FormStatus component to separate the status of the form and the form inputs themselves - Updated the create form to use the FormStatus component - Updated the edit form to use the FormStatus component - Updated the create and edit forms to sync form data and store the form data in the parent - Updated the SharedForm to emit value changes rather than storing it - Updated tests
Showing
Please register or sign in to comment