Skip to content

Commit 3e2d0a7

Browse files
Fix sending Timeline status field
1 parent 2717b4a commit 3e2d0a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

x-pack/plugins/siem/public/timelines/store/timeline/epic.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ describe('Epic Timeline', () => {
291291
templateTimelineVersion: null,
292292
timelineType: TimelineType.default,
293293
title: 'saved',
294+
status: TimelineStatus.active,
294295
});
295296
});
296297
});

x-pack/plugins/siem/public/timelines/store/timeline/epic.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ const timelineInput: TimelineInput = {
304304
dateRange: null,
305305
savedQueryId: null,
306306
sort: null,
307+
status: null,
307308
};
308309

309310
export const convertTimelineAsInput = (

0 commit comments

Comments
 (0)