mintsweet commented on code in PR #3967:
URL:
https://github.com/apache/incubator-devlake/pull/3967#discussion_r1051886216
##########
config-ui/src/pages/blueprint/create/step-four/index.tsx:
##########
@@ -22,9 +22,11 @@ import { SyncPolicy } from '@/plugins'
import { Card, Divider } from '@/components'
import { useCreateBP } from '../bp-context'
+import {ModeEnum} from "@/pages/blueprint/create/types";
Review Comment:
`../types`
##########
config-ui/src/plugins/common/sync-policy/index.tsx:
##########
@@ -17,26 +17,21 @@
*/
import React, { useMemo } from 'react'
-import {
- RadioGroup,
- Radio,
- InputGroup,
- Icon,
- Checkbox,
- Position
-} from '@blueprintjs/core'
+import { Checkbox, Icon, InputGroup, Position, Radio, RadioGroup } from
'@blueprintjs/core'
import { Popover2 } from '@blueprintjs/popover2'
import StartFromSelector from '@/components/blueprints/StartFromSelector'
import { getCron, getCronOptions } from '@/config'
import CronHelp from '@/images/cron-help.png'
+import { ModeEnum } from "@/pages/blueprint/create/types";
Review Comment:
Can be deleted if not used.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]