diff --git a/x-pack/plugins/security_solution/public/management/components/response_action_file_download_link/response_action_file_download_link.tsx b/x-pack/plugins/security_solution/public/management/components/response_action_file_download_link/response_action_file_download_link.tsx index 3d123c84e2e21..6c01b2284e997 100644 --- a/x-pack/plugins/security_solution/public/management/components/response_action_file_download_link/response_action_file_download_link.tsx +++ b/x-pack/plugins/security_solution/public/management/components/response_action_file_download_link/response_action_file_download_link.tsx @@ -16,10 +16,6 @@ import type { MaybeImmutable } from '../../../../common/endpoint/types'; import { getHostActionFileDownloadUrl } from '../../services/response_actions/get_host_action_file_download_url'; import type { ActionDetails } from '../../../../common/endpoint/types/actions'; -const PASSCODE_VALUE = Object.freeze({ - passcode: 'elastic', -}); - const STYLE_INHERIT_FONT_FAMILY = Object.freeze({ fontFamily: 'inherit', }); @@ -70,7 +66,9 @@ export const ResponseActionFileDownloadLink = memo