Skip to content

Commit a3d99cb

Browse files
committed
Fixing invalid import/export.
1 parent 3e9391e commit a3d99cb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

graylog2-web-interface/src/views/components/aggregationwizard/units/FieldUnitPopover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const ButtonContainer = styled.div`
4949
height: 25px;
5050
`;
5151

52-
export const StyledButton = styled(Button)(
52+
const StyledButton = styled(Button)(
5353
({ theme }) => css`
5454
background-color: ${theme.colors.gray[60]};
5555
padding: 1px 2px;

graylog2-web-interface/src/views/components/searchbar/SearchButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import QueryValidationActions from 'views/actions/QueryValidationActions';
2323
import type { IconName } from 'components/common/Icon';
2424
import useSendTelemetry from 'logic/telemetry/useSendTelemetry';
2525
import { TELEMETRY_EVENT_TYPE } from 'logic/telemetry/Constants';
26-
import { StyledButton } from 'views/components/aggregationwizard/units/FieldUnitPopover';
2726

2827
export const SEARCH_BUTTON_WIDTH = '64';
2928

0 commit comments

Comments
 (0)