-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat(procedures): gdpr implementation of document upload #13581
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.
Wasn't it possible to reuse the FormDocumentFieldList
component ?
<OsdsText> | ||
<span className="text-sky-900 text-xs font-semibold"> | ||
{t('account-disable-2fa-file-input-attachments')} | ||
</span> | ||
</OsdsText> |
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 do you need the span inside the ODS text ?
Also, is there any impact on 2FA pages display ?
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.
i took the opportunity to add this text in the ods components, it has no impact on the display, as I compared the two
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.
But why do we need a span inside the ODS text ? wouldn't the text component be enough ?
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.
because i wanted it to look as close as possible to the previous one
bb0ddf9
to
73ca3de
Compare
e933284
to
b258ba2
Compare
b258ba2
to
14e3e07
Compare
73ca3de
to
e11d2fb
Compare
14e3e07
to
a8537ec
Compare
ref: MANAGER-15339 Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
e11d2fb
to
3ff250e
Compare
Quality Gate failedFailed conditions |
ref: MANAGER-15339 Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
ref: MANAGER-15339
feat/MANAGER-15317
Description
Related