memory isolation fix and session grouping in client
This commit is contained in:
@@ -166,6 +166,7 @@ export default function App() {
|
||||
<AllChatsView
|
||||
onBack={goBack}
|
||||
onSelectSession={session => { selectSession(session); navigate('chat'); }}
|
||||
projects={projects}
|
||||
/>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user