Skip to content

Commit

Permalink
Fix bug, use name instead of id
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jun 6, 2024
1 parent 06e70bf commit ec35954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const appendFilterToESQLQueryFromValueClickAction = ({
const queryString = query.esql;
queryWithFilter = appendWhereClauseToESQLQuery(
queryString,
column.id,
column.name,
value,
'+',
column.meta?.type
Expand Down

0 comments on commit ec35954

Please sign in to comment.