-
Notifications
You must be signed in to change notification settings - Fork 153
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
Embeddable registration form #1045
base: master
Are you sure you want to change the base?
Conversation
Description: Adding embedded registration form VAN-1574
Description: Applied frontend validations on all the fields VAN-1614
aeec576
to
7811f49
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1045 +/- ##
==========================================
+ Coverage 86.99% 87.13% +0.13%
==========================================
Files 124 125 +1
Lines 2269 2317 +48
Branches 626 628 +2
==========================================
+ Hits 1974 2019 +45
- Misses 286 289 +3
Partials 9 9
☔ View full report in Codecov by Sentry. |
7811f49
to
0e7e748
Compare
registrationError, | ||
registrationError: { |
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.
why are we using registrationError
twice?
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.
@mubbsharanwar its nested destructuring, its mostly used when we both need the object and property from inside the object. So we destructure it like this.
The work is completed. We are converting it draft and will use it when we will do multi-step embedded form work. |
Description
This PR separates the Embedded Registration Page from the conventional registration page component into a new component.
JIRA
VAN-1611
How Has This Been Tested?
Locally