Feat: Display the data flow log on the far right. #9869 (#10214)

### 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:
balibabu
2025-09-22 19:13:18 +08:00
committed by GitHub
parent 28afc7e67d
commit d0bfe8b10c
8 changed files with 43 additions and 10 deletions

View File

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