From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +0800
Subject: [PATCH] 初始化

---
 app/components/header/account-setting/data-source-page/data-source-notion/index.tsx |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/app/components/header/account-setting/data-source-page/data-source-notion/index.tsx b/app/components/header/account-setting/data-source-page/data-source-notion/index.tsx
index 38efdcb..b0db511 100644
--- a/app/components/header/account-setting/data-source-page/data-source-notion/index.tsx
+++ b/app/components/header/account-setting/data-source-page/data-source-notion/index.tsx
@@ -8,7 +8,6 @@
 import { useAppContext } from '@/context/app-context'
 import { fetchNotionConnection } from '@/service/common'
 import NotionIcon from '@/app/components/base/notion-icon'
-import { noop } from 'lodash-es'
 
 const Icon: FC<{
   src: string
@@ -75,7 +74,7 @@
           total: workspace.source_info.total || 0,
         },
       }))}
-      onRemove={noop} // handled in operation/index.tsx
+      onRemove={() => { }} // handled in operation/index.tsx
       notionActions={{
         onChangeAuthorizedPage: handleAuthAgain,
       }}

--
Gitblit v1.8.0