mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
resolve conflicts after rebasing
This commit is contained in:
parent
45a5382d7c
commit
3983f2b3a2
1 changed files with 0 additions and 12 deletions
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue