lint fix sharechatbot jsx

This commit is contained in:
Henry 2024-12-17 23:51:28 +00:00
parent 4044febfd9
commit fff6319f5d
1 changed files with 2 additions and 2 deletions

View File

@ -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 () => { const onSave = async () => {