lint fix sharechatbot jsx
This commit is contained in:
parent
4044febfd9
commit
fff6319f5d
|
|
@ -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 () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue