You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The headers shown in the Certificates IPA object (IpaCertificates component) are handled by the getHeaderToggleButtonProps. It has the following structure:
The aria-label and the aria-labelledby properties need to be adapted to have a more descriptive name (TBD by the UX team), not making reference to the issuer (as it should be hidden until expanding the card). E.g., Details for certificate <[cert name | serial number]>.
The same should be applied to the id property:
The text was updated successfully, but these errors were encountered:
The headers shown in the Certificates IPA object (
IpaCertificates
component) are handled by thegetHeaderToggleButtonProps
. It has the following structure:The
aria-label
and thearia-labelledby
properties need to be adapted to have a more descriptive name (TBD by the UX team), not making reference to the issuer (as it should be hidden until expanding the card). E.g.,Details for certificate <[cert name | serial number]>
.The same should be applied to the
id
property:The text was updated successfully, but these errors were encountered: