Skip to content

Commit

Permalink
fixed type checks
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed May 23, 2021
1 parent 92f71be commit 41c25e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/cases/public/components/connectors/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* 2.0.
*/

import { IconType } from '@elastic/eui/src/components/icon/icon';
import React from 'react';

import {
Expand All @@ -26,7 +27,7 @@ export interface ThirdPartyField {

export interface ConnectorConfiguration {
name: string;
logo: string;
logo: IconType;
}

export interface CaseConnector<UIProps = unknown> {
Expand Down

0 comments on commit 41c25e8

Please sign in to comment.