-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: move signatures to review/preview section #7114
Conversation
This reverts commit 95bf1ee.
packages/client/src/components/form/SignatureField/SignatureUploader.tsx
Show resolved
Hide resolved
packages/client/src/components/form/DocumentUploadfield/DocumentUploaderWithOption.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good looking stuff, think it makes the mental model of the forms simpler.
@@ -0,0 +1,260 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SignatureUploader could be in component library too as it's fairly self contained
opencrvs/opencrvs-countryconfig#137