mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-16 06:16:53 +08:00
fix(upload): correct incorrect dictionary key usage (#9563)
This commit is contained in:
@@ -20,7 +20,7 @@ class FileUploadConfigManager:
|
||||
data = {
|
||||
"image_config": {
|
||||
"number_limits": file_upload_dict["number_limits"],
|
||||
"transfer_methods": file_upload_dict["allowed_file_upload_methods"],
|
||||
"transfer_methods": file_upload_dict["allowed_upload_methods"],
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user