From 952539642d262fd24517b2e6605a409a1a03bfd1 Mon Sep 17 00:00:00 2001 From: Kyrylo Shmidt Date: Mon, 4 Nov 2024 09:10:28 +0100 Subject: [PATCH 1/2] Fix Affected Endpoints select --- src/components/Errors/NewErrorCard/index.tsx | 49 ++++++------- .../SpaNPlusOneInsightCard/index.tsx | 69 +++++++++--------- .../index.tsx | 73 +++++++++---------- 3 files changed, 94 insertions(+), 97 deletions(-) diff --git a/src/components/Errors/NewErrorCard/index.tsx b/src/components/Errors/NewErrorCard/index.tsx index ddb9d0034..7f158628b 100644 --- a/src/components/Errors/NewErrorCard/index.tsx +++ b/src/components/Errors/NewErrorCard/index.tsx @@ -95,20 +95,17 @@ export const NewErrorCard = ({ })), [affectedEndpoints] ); - const [selectedEndpoint, setSelectedEndpoint] = useState