Skip to content

Commit

Permalink
Remove embeddable
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jun 10, 2024
1 parent 8a4504d commit c1ba747
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/data/public/actions/value_click_action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export function createValueClickActionDefinition(
// they are appending a where clause to the query
const queryString = appendFilterToESQLQueryFromValueClickAction(context.data);
await getStartServices().uiActions.getTrigger('UPDATE_ESQL_QUERY_TRIGGER').exec({
embeddable: context.embeddable,
queryString,
});
} else {
Expand Down

0 comments on commit c1ba747

Please sign in to comment.