Skip to content
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

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
EPMRPP-90288 || Code review fix -2
maria-hambardzumian committed May 27, 2024

Verified

This commit was signed with the committer’s verified signature.
commit 12dd7c0b234b505388ba94cee8c3bff3b2e8db7c
Original file line number Diff line number Diff line change
@@ -175,15 +175,13 @@ const RequestSupport = ({ handleSubmit, initialize, invalid }) => {
</Checkbox>
</FieldProvider>

<FieldProvider format={Boolean} onChange={consentHandler}>
<Checkbox
value={isConsentChecked}
onChange={consentHandler}
className={cx('check-item')}
>
{formatMessage(messages.consentToProcessing, { a: () => privacyPolicyAnchor.a })}
</Checkbox>
</FieldProvider>
<Checkbox
value={isConsentChecked}
onChange={consentHandler}
className={cx('check-item')}
>
{formatMessage(messages.consentToProcessing, { a: () => privacyPolicyAnchor.a })}
</Checkbox>
</div>
</form>
</>
Loading