mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-02 05:47:31 +08:00
Fix: The compiler operator icon is not displaying on the pipeline log page. (#17545)
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
||||
Operator,
|
||||
} from '@/constants/agent';
|
||||
import { BaseNode } from '@/interfaces/database/agent';
|
||||
import OperatorIcon from '@/pages/agent/operator-icon';
|
||||
import OperatorIcon from '@/components/operator-icon';
|
||||
|
||||
import { Edge } from '@xyflow/react';
|
||||
import { get, isEmpty } from 'lodash';
|
||||
|
||||
Reference in New Issue
Block a user