-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Alerting UI] Make connector reducer as generic type. #86857
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
[Alerting UI] Make connector reducer as generic type. #86857
Conversation
|
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
mikecote
left a comment
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.
Changes LGTM!
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
* - * fixed failing tests * fixed typescript checks * fixed typescript checks * fixed failing build * fixed typescript checks * removed typo cast * fixed failing test * fixed faling build
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Current PR contains a changes to improve alerting UI type checks in connector reducer file.
Followed the pattern from the alert reducer, which was introduced by the PR #83278
Resolve #60274