mirror of
https://github.com/langgenius/dify.git
synced 2026-04-13 14:48:11 +08:00
icon fix
This commit is contained in:
parent
294128d43a
commit
c74854aec0
@ -4,9 +4,8 @@ import dayjs from 'dayjs'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import useSWR from 'swr'
|
||||
import { WorkflowRunningStatus } from '../types'
|
||||
import { XClose } from '@/app/components/base/icons/src/vender/line/general'
|
||||
import { CheckCircle, XClose } from '@/app/components/base/icons/src/vender/line/general'
|
||||
import { AlertCircle } from '@/app/components/base/icons/src/vender/line/alertsAndFeedback'
|
||||
import { CheckCircle } from '@/app/components/base/icons/src/vender/solid/general'
|
||||
import { useStore as useRunHistoryStore } from '@/app/components/workflow/store'
|
||||
import { useStore as useAppStore } from '@/app/components/app/store'
|
||||
import { fetchWorkflowRunHistory } from '@/service/workflow'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user