resolve conflicts after rebasing

This commit is contained in:
Hongbo Wu 2024-04-04 12:27:15 +08:00
parent 45a5382d7c
commit 3983f2b3a2

View file

@ -96,10 +96,6 @@ export default function Notion(): JSX.Element {
console.log('Failed:', errorInfo)
}
// const onDataChange = (value: Array<CheckboxValueType>) => {
// 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 {
<Input />
</Form.Item>
<Form.Item<FieldType>
label="Notion Database Id"
name="parentDatabaseId"
hidden
>
<Input disabled />
</Form.Item>
<Form.Item
wrapperCol={{ offset: 6 }}
style={{ marginTop: '30px' }}