mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-25 01:00:54 +03:00
lint fix sharechatbot jsx
This commit is contained in:
@@ -156,9 +156,9 @@ const ShareChatbot = ({ isSessionMemory, isAgentCanvas }) => {
|
||||
}
|
||||
}
|
||||
|
||||
if(chatbotConfig?.fullFileUpload) obj.fullFileUpload = chatbotConfig?.fullFileUpload
|
||||
if (chatbotConfig?.fullFileUpload) obj.fullFileUpload = chatbotConfig?.fullFileUpload
|
||||
|
||||
return obj
|
||||
return obj
|
||||
}
|
||||
|
||||
const onSave = async () => {
|
||||
|
||||
Reference in New Issue
Block a user