Skip to content

Commit 6511fb3

Browse files
fix: mapping full file upload configuration (#3713)
1 parent 4c29b23 commit 6511fb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/ui/src/views/chatflows/ShareChatbot.jsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@ const ShareChatbot = ({ isSessionMemory, isAgentCanvas }) => {
156156
}
157157
}
158158

159-
return obj
159+
if(chatbotConfig?.fullFileUpload) obj.fullFileUpload = chatbotConfig?.fullFileUpload
160+
161+
return obj
160162
}
161163

162164
const onSave = async () => {

0 commit comments

Comments
 (0)