From 85270246df67c1bf23de490fadff2402cca8b073 Mon Sep 17 00:00:00 2001 From: liangfung <1098486429@qq.com> Date: Fri, 26 Apr 2024 11:48:26 +0800 Subject: [PATCH] remove useless var --- .../repository/github/new/components/new-page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/github/new/components/new-page.tsx b/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/github/new/components/new-page.tsx index 09a89b2188f7..f3c94ce4d2b0 100644 --- a/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/github/new/components/new-page.tsx +++ b/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/github/new/components/new-page.tsx @@ -28,8 +28,6 @@ export const NewProvider = () => { const formRef = React.useRef<{ form: UseFormReturn }>(null) - const isSubmitting = formRef.current?.form?.formState?.isSubmitting - console.log(formRef.current?.form) const createGithubRepositoryProviderMutation = useMutation( createGithubRepositoryProvider, {