From 09a6b0e7aaae77b66b5127ff9b9ac990de0ff559 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Thu, 7 Nov 2024 11:12:31 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20Change=20submit=20button?= =?UTF-8?q?=20type=20to=20button=20and=20handle=20submission=20manually=20?= =?UTF-8?q?in=20PluginAuthForm,=20to=20prevent=20submission=20from=20bubbl?= =?UTF-8?q?ing=20up=20to=20parent=20form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Plugins/Store/PluginAuthForm.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/client/src/components/Plugins/Store/PluginAuthForm.tsx b/client/src/components/Plugins/Store/PluginAuthForm.tsx index 01894504cfa..c2d18171076 100644 --- a/client/src/components/Plugins/Store/PluginAuthForm.tsx +++ b/client/src/components/Plugins/Store/PluginAuthForm.tsx @@ -78,8 +78,18 @@ function PluginAuthForm({ plugin, onSubmit, isEntityTool }: TPluginAuthFormProps })}