-
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
[Alerting] Fixed issue when connectors dropdown not showing all avaliable connectors #63636
[Alerting] Fixed issue when connectors dropdown not showing all avaliable connectors #63636
Conversation
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
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.
LGTM, works as expected with multiple pre-configured actions
💚 Build SucceededTo update your PR or re-run it, just comment with: |
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 locally and LGTM!
…able connectors (elastic#63636) # Conflicts: # x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.test.tsx
Summary
Current PR is resolving the issue #63390, where empty list of connectors was displayed not depend of the number of connectors exists.
After:
Checklist
Delete any items that are not applicable to this PR.
For maintainers