mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
fix: mapping full file upload configuration (#3713)
This commit is contained in:
@@ -156,7 +156,9 @@ const ShareChatbot = ({ isSessionMemory, isAgentCanvas }) => {
|
||||
}
|
||||
}
|
||||
|
||||
return obj
|
||||
if(chatbotConfig?.fullFileUpload) obj.fullFileUpload = chatbotConfig?.fullFileUpload
|
||||
|
||||
return obj
|
||||
}
|
||||
|
||||
const onSave = async () => {
|
||||
|
||||
Reference in New Issue
Block a user