-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ML] Data Frame Analytics: replace deprecated EuiCodeEditor #108306
[ML] Data Frame Analytics: replace deprecated EuiCodeEditor #108306
Conversation
Pinging @elastic/ml-ui (:ml) |
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.
Tested and LGTM
Code LGTM |
0bad259
to
9c4d644
Compare
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.
Code LGTM
value={JSON.stringify(json, null, 2)} | ||
readOnly={true} | ||
mode="json" | ||
<EuiCodeBlock |
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.
It's worth adding an aria-label
for this, something like JSON of data frame analytics configuration
2d0436c
to
f89b1e8
Compare
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Summary
Related meta issue #107082
This PR replaces the deprecated EuiCodeEditor component in
Checklist
Delete any items that are not applicable to this PR.