From 3983f2b3a252e6c72e6af5840e6d2074898daf88 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Thu, 4 Apr 2024 12:27:15 +0800 Subject: [PATCH] resolve conflicts after rebasing --- packages/web/pages/settings/integrations/notion.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packages/web/pages/settings/integrations/notion.tsx b/packages/web/pages/settings/integrations/notion.tsx index 4035d3136..1ce4f32d2 100644 --- a/packages/web/pages/settings/integrations/notion.tsx +++ b/packages/web/pages/settings/integrations/notion.tsx @@ -96,10 +96,6 @@ export default function Notion(): JSX.Element { console.log('Failed:', errorInfo) } - // const onDataChange = (value: Array) => { - // form.setFieldsValue({ properties: value.map((v) => v.toString()) }) - // } - const exportToNotion = useCallback(async () => { if (exporting) { messageApi.warning('Exporting process is already running.') @@ -213,14 +209,6 @@ export default function Notion(): JSX.Element { - - label="Notion Database Id" - name="parentDatabaseId" - hidden - > - - -