mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update MicrosoftTeamsIntegrationForm.tsx
This commit is contained in:
@@ -112,8 +112,7 @@ export const MicrosoftTeamsIntegrationForm = ({ onClose }: Props) => {
|
||||
watch,
|
||||
handleSubmit,
|
||||
setValue,
|
||||
getValues,
|
||||
formState: { isDirty, isSubmitting, errors }
|
||||
formState: { isDirty, isSubmitting }
|
||||
} = useForm<TMicrosoftTeamsConfigForm>({
|
||||
resolver: zodResolver(formSchema),
|
||||
defaultValues: {
|
||||
|
||||
Reference in New Issue
Block a user