From 83813a798a1bd1be3c417e72b313815c6fe6f185 Mon Sep 17 00:00:00 2001 From: Paul Tavares Date: Thu, 20 Oct 2022 14:34:10 -0400 Subject: [PATCH] correct i18n error --- .../response_action_file_download_link.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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