From 555ccb91d1169bda3c88217b76e63bc3d807c88c Mon Sep 17 00:00:00 2001 From: Lucano Vera Date: Wed, 9 Oct 2024 11:24:56 -0700 Subject: [PATCH 1/2] LA-16 Fix sso form saving when clicking Cancel --- .../src/features/openid-authentication/SSOProviderForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/admin-ui/src/features/openid-authentication/SSOProviderForm.tsx b/clients/admin-ui/src/features/openid-authentication/SSOProviderForm.tsx index 3e23021ba5..fc1caa71f4 100644 --- a/clients/admin-ui/src/features/openid-authentication/SSOProviderForm.tsx +++ b/clients/admin-ui/src/features/openid-authentication/SSOProviderForm.tsx @@ -206,7 +206,7 @@ const SSOProviderForm = ({ {values.provider === "custom" && renderCustomProviderExtraFields()}