Skip to content

Commit

Permalink
Use EuiCompressedSuperDatePicker
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki committed Aug 1, 2024
1 parent 060c764 commit 10a92b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import dateMath from '@elastic/datemath';
import {
EuiCompressedFormRow,
EuiGlobalToastList,
EuiSuperDatePicker,
EuiCompressedSuperDatePicker,
} from '@elastic/eui';
import { commonTimeRanges } from './report_settings_constants';

Expand Down Expand Up @@ -206,7 +206,7 @@ export function TimeRangeSelect(props) {
{ defaultMessage: 'Invalid time range selected.' }
)}
>
<EuiSuperDatePicker
<EuiCompressedSuperDatePicker
isDisabled={false}
isLoading={isLoading}
start={start}
Expand Down

0 comments on commit 10a92b1

Please sign in to comment.