-
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
[data views] Fix single quotes on field save confirm toast #184789
Conversation
/ci |
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
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.
Thanks! 👍
...view_management/public/components/edit_index_pattern/create_edit_field/create_edit_field.tsx
Outdated
Show resolved
Hide resolved
…pattern/create_edit_field/create_edit_field.tsx Co-authored-by: Julia Rechkunova <julia.rechkunova@gmail.com>
/ci |
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.
Thank you! these will be automatically caught once the tooling PR is merged. currently work in progress so i appreciate fixing any messages that slipped through.
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @mattkime |
Summary
Address two cases where single quotes needed to be doubled up to prevent escaping of string interpolation. Also addressed some doc examples.
Verify confirm toasts after saving field in discover and creating a scripted field in data view management.
Follow up to #179506