mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-30 16:45:35 +08:00
### What problem does this PR solve? Feat: Limit the iteration start node to only be the source node #4242 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -44,8 +44,6 @@ export function ButtonEdge({
|
||||
};
|
||||
|
||||
// highlight the nodes that the workflow passes through
|
||||
// const queryClient = useQueryClient();
|
||||
// const flowDetail = queryClient.getQueryData<IFlow>(['flowDetail']);
|
||||
const { data: flowDetail } = useFetchFlow();
|
||||
|
||||
const graphPath = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user