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:
@@ -226,9 +226,6 @@ export const MicrosoftTeamsIntegrationForm = ({ onClose }: Props) => {
|
||||
}
|
||||
}, [microsoftTeamsConfig]);
|
||||
|
||||
console.log("values", getValues());
|
||||
console.log("errors", errors);
|
||||
|
||||
return (
|
||||
<form onSubmit={handleSubmit(handleIntegrationSave)}>
|
||||
<div className="flex w-full flex-col justify-start">
|
||||
|
||||
Reference in New Issue
Block a user