mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Fix: Fixed share-log UI issues and log-template bugs (#9166)
### What problem does this PR solve? Fix: Fixed share-log UI issues and log-template bugs #3221 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -36,6 +36,7 @@ export interface INodeData {
|
||||
error: null | string;
|
||||
elapsed_time: number;
|
||||
created_at: number;
|
||||
thoughts: string;
|
||||
}
|
||||
|
||||
export interface IInputData {
|
||||
|
||||
Reference in New Issue
Block a user