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

Obsolete PR #196338

Closed
wants to merge 19 commits into from
Closed
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
Adding role presentational for decorative EuiStepsHorizontal components
  • Loading branch information
JoseLuisGJ committed Nov 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 5ef32a313cd040ab3eead3c06a4d91b4fb904dc6
Original file line number Diff line number Diff line change
@@ -138,6 +138,7 @@ export const ElasticManagedConnectorComingSoon: React.FC = () => {
`}
steps={horizontalSteps}
size="s"
role="presentation"
// @ts-ignore
inert=""
/>
Original file line number Diff line number Diff line change
@@ -112,6 +112,7 @@ export const ElasticManagedWebCrawlersCommingSoon: React.FC = () => {
`}
steps={horizontalSteps}
size="s"
role="presentation"
// @ts-ignore
inert=""
/>
Original file line number Diff line number Diff line change
@@ -104,6 +104,7 @@ export const EmptyWebCrawlersPrompt: React.FC = () => {
`}
steps={horizontalSteps}
size="s"
role="presentation"
// @ts-ignore
inert=""
/>