From f3b3df1010c4842723d49df590c284aa1ff63673 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Thu, 1 May 2025 20:43:23 +0400 Subject: [PATCH] Update MicrosoftTeamsIntegrationForm.tsx --- .../components/MicrosoftTeamsIntegrationForm.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/pages/secret-manager/SettingsPage/components/WorkflowIntegrationSection/components/MicrosoftTeamsIntegrationForm.tsx b/frontend/src/pages/secret-manager/SettingsPage/components/WorkflowIntegrationSection/components/MicrosoftTeamsIntegrationForm.tsx index 4e24f1832..aab932b8d 100644 --- a/frontend/src/pages/secret-manager/SettingsPage/components/WorkflowIntegrationSection/components/MicrosoftTeamsIntegrationForm.tsx +++ b/frontend/src/pages/secret-manager/SettingsPage/components/WorkflowIntegrationSection/components/MicrosoftTeamsIntegrationForm.tsx @@ -112,8 +112,7 @@ export const MicrosoftTeamsIntegrationForm = ({ onClose }: Props) => { watch, handleSubmit, setValue, - getValues, - formState: { isDirty, isSubmitting, errors } + formState: { isDirty, isSubmitting } } = useForm({ resolver: zodResolver(formSchema), defaultValues: {