|
@@ -26,6 +26,8 @@ const ConfigPanel = () => {
|
|
const site = appData?.site
|
|
const site = appData?.site
|
|
const themeBuilder = useThemeContext()
|
|
const themeBuilder = useThemeContext()
|
|
|
|
|
|
|
|
+ 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
|