mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: call the reset api before opening the run drawer each time #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -32,7 +32,7 @@ const FlowHeader = ({ showChatDrawer }: IProps) => {
|
||||
</Space>
|
||||
<Space size={'large'}>
|
||||
<Button onClick={showChatDrawer}>
|
||||
<b>Debug</b>
|
||||
<b>Run</b>
|
||||
</Button>
|
||||
<Button type="primary" onClick={saveGraph}>
|
||||
<b>Save</b>
|
||||
|
||||
Reference in New Issue
Block a user