From 245ba5769914cf8b978034d1bb36619182ccacab Mon Sep 17 00:00:00 2001 From: Vitalii Dmyterko Date: Fri, 5 May 2023 11:42:05 +0100 Subject: [PATCH] add test element --- .../components/rules/step_about_rule_details/index.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/x-pack/plugins/security_solution/public/detections/components/rules/step_about_rule_details/index.tsx b/x-pack/plugins/security_solution/public/detections/components/rules/step_about_rule_details/index.tsx index 4d9c23240a9b2..ff916eeccb8f3 100644 --- a/x-pack/plugins/security_solution/public/detections/components/rules/step_about_rule_details/index.tsx +++ b/x-pack/plugins/security_solution/public/detections/components/rules/step_about_rule_details/index.tsx @@ -94,6 +94,14 @@ const StepAboutRuleToggleDetailsComponent: React.FC = ({ {stepData != null && stepDataDetails != null && ( +
+ TEST +
{toggleOptions.length > 0 && (