From 9b9e6d91ea3c314ca61cd6888d4dfbb3da3e2a2a Mon Sep 17 00:00:00 2001 From: Zane <75694352+zanesq@users.noreply.github.com> Date: Wed, 27 Aug 2025 11:08:32 -0700 Subject: [PATCH] fix focus ring under form submits (#4332) --- ui/desktop/src/components/ParameterInputModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/desktop/src/components/ParameterInputModal.tsx b/ui/desktop/src/components/ParameterInputModal.tsx index c79c7fd545..023da48be7 100644 --- a/ui/desktop/src/components/ParameterInputModal.tsx +++ b/ui/desktop/src/components/ParameterInputModal.tsx @@ -120,7 +120,7 @@ const ParameterInputModal: React.FC = ({

Recipe Parameters

-
+ {parameters.map((param) => (