We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's an obvious fix.
this:
const actions = await api.getTriggerCompatibleActions!(triggerId, { embeddable: actionContext.embeddable, });
should be
const actions = await api.getTriggerCompatibleActions!(triggerId, actionContext);
Most importantly though, this shows we have no test coverage for this case and should add it.
cc @streamich
The text was updated successfully, but these errors were encountered:
Pinging @elastic/kibana-app-arch
Sorry, something went wrong.
streamich
Successfully merging a pull request may close this issue.
It's an obvious fix.
this:
should be
Most importantly though, this shows we have no test coverage for this case and should add it.
cc @streamich
The text was updated successfully, but these errors were encountered: