Skip to content

Commit

Permalink
changed default query to filter till is-one-of dataProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
logeekal committed Oct 6, 2022
1 parent 9468db9 commit d9da37d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ export const useAddBulkToTimelineAction = () => {
if (!items) return;
sendBulkEventsToTimelineAction(
createTimeline,
items.map((item) => item.ecs)
items.map((item) => item.ecs),
'KqlFilter'
);
},
[createTimeline]
Expand Down

0 comments on commit d9da37d

Please sign in to comment.