mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-29 16:05:35 +08:00
Fix: Fixed the issue that variables defined in the begin operator cannot be referenced in the switch operator. #3221 (#8950)
### What problem does this PR solve? Fix: Fixed the issue that variables defined in the begin operator cannot be referenced in the switch operator. #3221 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
7
web/src/pages/agent/components/background.tsx
Normal file
7
web/src/pages/agent/components/background.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import { Background } from '@xyflow/react';
|
||||
|
||||
export function AgentBackground() {
|
||||
return (
|
||||
<Background color="rgba(255,255,255,0.15)" bgColor="rgba(22, 22, 24, 1)" />
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user