Fix sessio error on close

This commit is contained in:
Samuele E. Locatelli
2025-08-22 16:39:13 +00:00
parent 3a8284bbb2
commit e8a12a86d4
+1
View File
@@ -27,6 +27,7 @@ export default function ChatLayout({
onSelectSession,
userId
}) {
const [showOffcanvas, setShowOffcanvas] = useState(false);
const [showSessionsPanel, setShowSessionsPanel] = useState(false);
useEffect(() => {