Skip to content

Commit

Permalink
Use EuiCompressedSelect and EuiCompressedSuperSelect
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 32dbafe commit be4c398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/components/common/refresh_interval.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
EuiPopover,
EuiFlexGroup,
EuiCompressedFieldNumber,
EuiSelect,
EuiCompressedSelect,
EuiSmallButton,
EuiFlexItem,
EuiCompressedFormRow,
Expand Down Expand Up @@ -160,7 +160,7 @@ export const RefreshInterval = ({
/>
</EuiFlexItem>
<EuiFlexItem>
<EuiSelect
<EuiCompressedSelect
aria-label="interval unit selector"
isInvalid={isInvalid}
value={intervalUnit}
Expand Down

0 comments on commit be4c398

Please sign in to comment.