mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Submit clean data operations form data to the backend. #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -273,7 +273,7 @@ function transformDataOperationsParams(params: DataOperationsFormSchemaType) {
|
||||
...params,
|
||||
select_keys: params?.select_keys?.map((x) => x.name),
|
||||
remove_keys: params?.remove_keys?.map((x) => x.name),
|
||||
inputs: params.inputs.map((x) => x.input),
|
||||
query: params.query.map((x) => x.input),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user