lint fix sharechatbot jsx
This commit is contained in:
parent
4044febfd9
commit
fff6319f5d
|
|
@ -156,7 +156,7 @@ const ShareChatbot = ({ isSessionMemory, isAgentCanvas }) => {
|
|||
}
|
||||
}
|
||||
|
||||
if(chatbotConfig?.fullFileUpload) obj.fullFileUpload = chatbotConfig?.fullFileUpload
|
||||
if (chatbotConfig?.fullFileUpload) obj.fullFileUpload = chatbotConfig?.fullFileUpload
|
||||
|
||||
return obj
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue