mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-19 12:06:42 +08:00
### What problem does this PR solve? Feat: Display the data flow log on the far right. #9869 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -153,7 +153,11 @@ function DataFlowCanvas({ drawerVisible, hideDrawer }: IProps) {
|
||||
hideModal: hideLogSheet,
|
||||
} = useSetModalState();
|
||||
|
||||
const { run, loading: running, messageId } = useRunDataflow(showLogSheet!);
|
||||
const {
|
||||
run,
|
||||
loading: running,
|
||||
messageId,
|
||||
} = useRunDataflow(showLogSheet!, hideRunOrChatDrawer);
|
||||
|
||||
const onConnect = (connection: Connection) => {
|
||||
originalOnConnect(connection);
|
||||
|
||||
Reference in New Issue
Block a user