fix: Remove redundant focus stop within status (#35037)
This commit is contained in:
parent
71d4ce1c22
commit
ed4788a342
4 changed files with 62 additions and 42 deletions
|
|
@ -10,6 +10,6 @@ export const ContentWarning: React.FC<{
|
|||
onClick={onClick}
|
||||
variant={BannerVariant.Warning}
|
||||
>
|
||||
<p dangerouslySetInnerHTML={{ __html: text }} />
|
||||
<span dangerouslySetInnerHTML={{ __html: text }} />
|
||||
</StatusBanner>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue