-
Notifications
You must be signed in to change notification settings - Fork 106
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
EPMRPP-90288 || Help and Services. 'Request support' modal redesign #3841
EPMRPP-90288 || Help and Services. 'Request support' modal redesign #3841
Conversation
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.
Have you checked the form submission? The fields are not being submitted.
Probably because the name
property is not set for the input
(FieldText
).
Please check this.
app/src/layouts/common/appSidebar/helpAndService/FAQcontent/FAQContent.jsx
Show resolved
Hide resolved
app/src/layouts/common/appSidebar/helpAndService/modal/requestSupportModal.jsx
Outdated
Show resolved
Hide resolved
app/src/layouts/common/appSidebar/helpAndService/modal/requestSupportModal.jsx
Outdated
Show resolved
Hide resolved
app/src/layouts/common/appSidebar/helpAndService/modal/requestSupportModal.jsx
Outdated
Show resolved
Hide resolved
app/src/layouts/common/appSidebar/helpAndService/modal/requestSupportModal.jsx
Outdated
Show resolved
Hide resolved
app/src/layouts/common/appSidebar/helpAndService/modal/requestSupportModal.jsx
Outdated
Show resolved
Hide resolved
app/src/layouts/common/appSidebar/helpAndService/modal/requestSupportModal.jsx
Outdated
Show resolved
Hide resolved
app/src/layouts/common/appSidebar/helpAndService/modal/requestSupportModal.jsx
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/orgs #3841 +/- ##
=============================================
Coverage 61.13% 61.13%
=============================================
Files 80 80
Lines 867 867
Branches 127 127
=============================================
Hits 530 530
Misses 311 311
Partials 26 26 ☔ View full report in Codecov by Sentry. |
8e2e0fd
to
12dd7c0
Compare
Quality Gate passedIssues Measures |
PR Checklist
develop
for features/bugfixes, other if mentioned in the task)npm run lint
) prior to submission? Enable the git hook on commit in your IDE to run it and format the code automatically.npm run build
)?manage:translations
script?Visuals