From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +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