Finish up filte filter side panel menu

This commit is contained in:
sabaimran
2024-07-02 23:32:36 +05:30
parent 8a6722ba97
commit 78d1a29bc1
3 changed files with 110 additions and 107 deletions

View File

@@ -144,7 +144,7 @@ export default function Chat() {
Khoj AI - {title}
</title>
<div className={styles.sidePanel}>
<SidePanel webSocketConnected={chatWS !== null} />
<SidePanel webSocketConnected={chatWS !== null} conversationId={conversationId} />
</div>
<div className={styles.chatBox}>
<NavMenu selected="Chat" title={title} />