We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee4d4d commit a971f52Copy full SHA for a971f52
x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx
@@ -157,8 +157,8 @@ export const QueryBarTimeline = memo<QueryBarTimelineComponentProps>(
157
158
useEffect(() => {
159
setFilterQueryConverted({
160
- query: filterQuery.expression ?? '',
161
- language: filterQuery.kind ?? 'kuery',
+ query: filterQuery?.expression ?? '',
+ language: filterQuery?.kind ?? 'kuery',
162
});
163
}, [filterQuery]);
164
0 commit comments