Fix sessio error on close
This commit is contained in:
@@ -27,6 +27,7 @@ export default function ChatLayout({
|
||||
onSelectSession,
|
||||
userId
|
||||
}) {
|
||||
const [showOffcanvas, setShowOffcanvas] = useState(false);
|
||||
const [showSessionsPanel, setShowSessionsPanel] = useState(false);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user