From 9c3b3016c5ad1a9625031f301bf9dab9dcb30612 Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:36:05 -0400 Subject: [PATCH] [Unreleased bug] Fleet UI: onChange called twice due to repeat (#23412) --- frontend/components/ActionsDropdown/ActionsDropdown.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/components/ActionsDropdown/ActionsDropdown.tsx b/frontend/components/ActionsDropdown/ActionsDropdown.tsx index 7de640e415..9dd7667645 100644 --- a/frontend/components/ActionsDropdown/ActionsDropdown.tsx +++ b/frontend/components/ActionsDropdown/ActionsDropdown.tsx @@ -76,13 +76,12 @@ const CustomDropdownIndicator = ( }; const CustomOption: React.FC> = (props) => { - const { innerProps, innerRef, data, isDisabled } = props; + const { innerRef, data, isDisabled } = props; const optionContent = (