Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Jan 13, 2022
1 parent f0ee443 commit c856497
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion x-pack/plugins/cases/common/ui/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
CaseUserActionResponse,
CaseMetricsResponse,
CommentResponse,
CommentResponseAlertsType,
} from '../api';
import { SnakeToCamelCase } from '../types';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import React, { memo, useCallback } from 'react';
import { isEmpty } from 'lodash';
import { EuiText, EuiLoadingSpinner } from '@elastic/eui';
import { EuiLoadingSpinner } from '@elastic/eui';

import { CommentType } from '../../../../common/api';
import * as i18n from '../translations';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { UserActionBuilder, UserActionBuilderArgs, UserActionResponse } from './
import { UserActionUsernameWithAvatar } from './avatar_username';
import { UserActionCopyLink } from './copy_link';
import { UserActionMoveToReference } from './move_to_reference';
import { CaseUserActions } from '../../containers/types';

interface Props {
userAction: UserActionResponse<ConnectorUserAction>;
Expand Down

0 comments on commit c856497

Please sign in to comment.