mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
…be seen when selecting the next operator #3221 ### What problem does this PR solve? Fix: Fixed the issue that the content of the Dropdown section cannot be seen when selecting the next operator #3221 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
export interface IDebugSingleRequestBody {
|
|
component_id: string;
|
|
params: Record<string, any>;
|
|
}
|