diff --git a/public/components/common/search/date_picker.tsx b/public/components/common/search/date_picker.tsx index 95837ebe38..3ee3f2f787 100644 --- a/public/components/common/search/date_picker.tsx +++ b/public/components/common/search/date_picker.tsx @@ -3,7 +3,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -import { EuiSuperDatePicker } from '@elastic/eui'; +import { EuiCompressedSuperDatePicker } from '@elastic/eui'; import React from 'react'; import { uiSettingsService } from '../../../../common/utils'; import { IDatePickerProps } from './search'; @@ -14,7 +14,7 @@ export function DatePicker(props: IDatePickerProps) { const handleTimeChange = (e: any) => handleTimePickerChange([e.start, e.end]); return ( - { /> - { /> - { -