From 68a48c435201717616312b64ec25834cf591dd04 Mon Sep 17 00:00:00 2001 From: Greg Thompson Date: Wed, 11 Aug 2021 11:24:45 -0500 Subject: [PATCH] disabled prop --- .../view/components/condition_entry_input/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/management/pages/trusted_apps/view/components/condition_entry_input/index.tsx b/x-pack/plugins/security_solution/public/management/pages/trusted_apps/view/components/condition_entry_input/index.tsx index d052138d309ac..a86088cfe40b5 100644 --- a/x-pack/plugins/security_solution/public/management/pages/trusted_apps/view/components/condition_entry_input/index.tsx +++ b/x-pack/plugins/security_solution/public/management/pages/trusted_apps/view/components/condition_entry_input/index.tsx @@ -213,7 +213,7 @@ export const ConditionEntryInput = memo( color="danger" iconType="trash" onClick={handleRemoveClick} - isDisabled={isRemoveDisabled} + disabled={isRemoveDisabled} aria-label={i18n.translate( 'xpack.securitySolution.trustedapps.logicalConditionBuilder.entry.removeLabel', { defaultMessage: 'Remove Entry' }