Skip to content

Commit

Permalink
hide the connector in UI for intermediate release
Browse files Browse the repository at this point in the history
  • Loading branch information
js-jankisalvi committed Jul 25, 2024
1 parent beb6a40 commit f5a5a60
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export function getConnectorType(): TheHiveConnector {
defaultMessage: 'Create cases and alerts in TheHive',
}),
actionTypeTitle: THEHIVE_TITLE,
hideInUi: true,
validateParams: async (
actionParams: ExecutorParams
): Promise<GenericValidationResult<unknown>> => {
Expand Down

0 comments on commit f5a5a60

Please sign in to comment.