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, }}