From 38026608a3daafe41370d26b683cb4a82ac1d42e Mon Sep 17 00:00:00 2001 From: Zane Staggs Date: Mon, 25 Aug 2025 14:50:26 -0700 Subject: [PATCH] fix focus ring under form submits --- 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 c79c7fd54559..023da48be740 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) => (