diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx b/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx index 5523a24e05d50..d52d2783e707b 100644 --- a/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx @@ -24,7 +24,6 @@ export function getConnectorType(): TheHiveConnector { defaultMessage: 'Create cases and alerts in TheHive', }), actionTypeTitle: THEHIVE_TITLE, - hideInUi: true, validateParams: async ( actionParams: ExecutorParams ): Promise> => {