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 22, 2021
1 parent 463f698 commit 92f71be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion x-pack/plugins/triggers_actions_ui/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ export type {
AlertTypeParams,
} from './types';

export { ActionForm } from './application/sections/action_connector_form';
export {
ActionForm,
ConnectorAddFlyout,
ConnectorEditFlyout,
} from './application/sections/action_connector_form';

export * from './common';

Expand Down

0 comments on commit 92f71be

Please sign in to comment.