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

@@ -114,7 +114,7 @@ export enum Operator {
TokenChunker = 'TokenChunker',
TitleChunker = 'TitleChunker',
Extractor = 'Extractor',
Compilation = 'Compiler',
Compiler = 'Compiler',
Loop = 'Loop',
LoopStart = 'LoopItem',
ExitLoop = 'ExitLoop',