mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Pass isMobileWidth prop to SidePanel via chat share interface
This commit is contained in:
parent
4759c4ac96
commit
7316e6b9d3
1 changed files with 3 additions and 1 deletions
|
@ -299,7 +299,9 @@ export default function SharedChat() {
|
|||
<SidePanel
|
||||
webSocketConnected={!!conversationId ? (chatWS != null) : true}
|
||||
conversationId={conversationId ?? null}
|
||||
uploadedFiles={uploadedFiles} />
|
||||
uploadedFiles={uploadedFiles}
|
||||
isMobileWidth={isMobileWidth}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className={styles.chatBox}>
|
||||
|
|
Loading…
Add table
Reference in a new issue