Fix: The compiler operator icon is not displaying on the pipeline log page. (#17545)

This commit is contained in:
balibabu
2026-07-30 10:39:01 +08:00
committed by GitHub
parent dcaa62f118
commit be6263d522
26 changed files with 67 additions and 90 deletions

View File

@@ -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';