diff --git a/ui/src/components/execution-detail-card/index.vue b/ui/src/components/execution-detail-card/index.vue index 8d683da38..e60406a91 100644 --- a/ui/src/components/execution-detail-card/index.vue +++ b/ui/src/components/execution-detail-card/index.vue @@ -1298,6 +1298,7 @@ import { iconComponent } from '@/workflow/icons/utils' import { WorkflowType } from '@/enums/application' import { getImgUrl } from '@/utils/common' import { arraySort } from '@/utils/array' +import ExecutionDetailCard from '@/components/execution-detail-card/index.vue' import { t } from '@/locales'