Skip to content

Commit

Permalink
remove stray
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Aug 20, 2024
1 parent bcdfdb7 commit 707a9d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/eui/src/components/search_bar/search_bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ const parseQuery = (
if (props.box?.schema && typeof props.box?.schema === 'object') {
schema = props.box.schema;
}
const recognizedFields = schema?.recognizedFields;
const dateFormat = props.dateFormat;
const parseOptions = { schema, dateFormat, recognizedFields };
const parseOptions = { schema, dateFormat };
if (!query) {
return Query.parse('', parseOptions);
}
Expand Down

0 comments on commit 707a9d0

Please sign in to comment.