-
Notifications
You must be signed in to change notification settings - Fork 7
EAP Full export #2178
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
base: feature/eap-full-form
Are you sure you want to change the base?
EAP Full export #2178
Conversation
|
6b66c26 to
e60b44d
Compare
e60b44d to
a450334
Compare
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.
This can be converted to a Layout route
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.
Let's make the component name consistent
| layout="grid" | ||
| spacing="2xs" | ||
| > | ||
| <ListView layout="grid" spacing="2xs"> |
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.
This change is not needed!
| <PrintableDescription | ||
| value={strings.contactInformationDescription} | ||
| /> | ||
| <PrintableDescription value={strings.contactInformationDescription} /> |
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.
This change is not needed
| heading={strings.nationalHeading} | ||
| headingLevel={4} | ||
| > | ||
| <PrintableContainer heading={strings.nationalHeading} headingLevel={4}> |
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.
Let's remove the unnecessary changes, this will only cause conflict during the rebase
5522fad to
a92b469
Compare
Summary
Provide a brief description of what this PR addresses and its purpose.
Addresses
Depends On
Changes
This PR Ensures:
console.logstatements meant for debuggingAdditional Notes
Optional: Add any other relevant context, screenshots, or details here.