File tree 3 files changed +0
-3
lines changed
dolphinscheduler-ui/src/views/projects
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ import { useI18n } from 'vue-i18n'
38
38
import { useAsyncState } from '@vueuse/core'
39
39
import { queryLog } from '@/service/modules/log'
40
40
import { stateType } from '@/common/common'
41
- import { useUISettingStore } from '@/store/ui-setting/ui-setting'
42
41
import Card from '@/components/card'
43
42
import LogModal from '@/components/log-modal'
44
43
import totalCount from '@/utils/tableTotalCount'
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ import { useI18n } from 'vue-i18n'
39
39
import { useAsyncState } from '@vueuse/core'
40
40
import { queryLog } from '@/service/modules/log'
41
41
import { streamStateType } from '@/common/common'
42
- import { useUISettingStore } from '@/store/ui-setting/ui-setting'
43
42
import Card from '@/components/card'
44
43
import LogModal from '@/components/log-modal'
45
44
import totalCount from '@/utils/tableTotalCount'
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ import './x6-style.scss'
55
55
import { queryLog } from '@/service/modules/log'
56
56
import { useAsyncState } from '@vueuse/core'
57
57
import utils from '@/utils'
58
- import { useUISettingStore } from '@/store/ui-setting/ui-setting'
59
58
import { executeTask } from '@/service/modules/executors'
60
59
import DependenciesModal from '@/views/projects/components/dependencies/dependencies-modal'
61
60
You can’t perform that action at this time.
0 commit comments