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