mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 11:56:55 +08:00
fix: webstyle
This commit is contained in:
parent
5c88acc5f4
commit
f598edb30b
@ -4,11 +4,7 @@ import type {
|
|||||||
} from 'reactflow'
|
} from 'reactflow'
|
||||||
import { produce } from 'immer'
|
import { produce } from 'immer'
|
||||||
import { useCallback } from 'react'
|
import { useCallback } from 'react'
|
||||||
import { getNodesConnectedSourceOrTargetHandleIdsMap } from '../utils'
|
|
||||||
import { useCollaborativeWorkflow } from './use-collaborative-workflow'
|
import { useCollaborativeWorkflow } from './use-collaborative-workflow'
|
||||||
import {
|
|
||||||
useStoreApi,
|
|
||||||
} from 'reactflow'
|
|
||||||
import { useWorkflowStore } from '../store'
|
import { useWorkflowStore } from '../store'
|
||||||
import {
|
import {
|
||||||
applyConnectedHandleNodeData,
|
applyConnectedHandleNodeData,
|
||||||
|
|||||||
@ -10,7 +10,6 @@ import {
|
|||||||
useRef,
|
useRef,
|
||||||
} from 'react'
|
} from 'react'
|
||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import Tooltip from '@/app/components/base/tooltip'
|
|
||||||
import { UserAvatarList } from '@/app/components/base/user-avatar-list'
|
import { UserAvatarList } from '@/app/components/base/user-avatar-list'
|
||||||
import BlockIcon from '@/app/components/workflow/block-icon'
|
import BlockIcon from '@/app/components/workflow/block-icon'
|
||||||
import { ToolTypeEnum } from '@/app/components/workflow/block-selector/types'
|
import { ToolTypeEnum } from '@/app/components/workflow/block-selector/types'
|
||||||
@ -25,7 +24,6 @@ import { useStore } from '@/app/components/workflow/store'
|
|||||||
import {
|
import {
|
||||||
BlockEnum,
|
BlockEnum,
|
||||||
ControlMode,
|
ControlMode,
|
||||||
isTriggerNode,
|
|
||||||
NodeRunningStatus,
|
NodeRunningStatus,
|
||||||
} from '@/app/components/workflow/types'
|
} from '@/app/components/workflow/types'
|
||||||
import { hasErrorHandleNode, hasRetryNode } from '@/app/components/workflow/utils'
|
import { hasErrorHandleNode, hasRetryNode } from '@/app/components/workflow/utils'
|
||||||
|
|||||||
@ -7,7 +7,7 @@ import {
|
|||||||
useMemo,
|
useMemo,
|
||||||
} from 'react'
|
} from 'react'
|
||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import { useStore as useReactFlowStore, useStoreApi } from 'reactflow'
|
import { useStore as useReactFlowStore } from 'reactflow'
|
||||||
import {
|
import {
|
||||||
ContextMenu,
|
ContextMenu,
|
||||||
ContextMenuContent,
|
ContextMenuContent,
|
||||||
|
|||||||
@ -29,7 +29,6 @@ import {
|
|||||||
importDSLConfirm,
|
importDSLConfirm,
|
||||||
} from '@/service/apps'
|
} from '@/service/apps'
|
||||||
import { fetchWorkflowDraft } from '@/service/workflow'
|
import { fetchWorkflowDraft } from '@/service/workflow'
|
||||||
import { AppModeEnum } from '@/types/app'
|
|
||||||
import { collaborationManager } from './collaboration/core/collaboration-manager'
|
import { collaborationManager } from './collaboration/core/collaboration-manager'
|
||||||
import { WORKFLOW_DATA_UPDATE } from './constants'
|
import { WORKFLOW_DATA_UPDATE } from './constants'
|
||||||
import {
|
import {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user