|
@@ -22,6 +22,10 @@ const ConfigPanel = () => {
|
|
const customConfig = appData?.custom_config
|
|
const customConfig = appData?.custom_config
|
|
const site = appData?.site
|
|
const site = appData?.site
|
|
|
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ handleStartChat()
|
|
|
|
+ })
|
|
|
|
+
|
|
return (
|
|
return (
|
|
<div className='flex flex-col max-h-[80%] w-full max-w-[720px]'>
|
|
<div className='flex flex-col max-h-[80%] w-full max-w-[720px]'>
|
|
<div
|
|
<div
|