mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Pass isMobileWidth prop to SidePanel via chat share interface
This commit is contained in:
@@ -299,7 +299,9 @@ export default function SharedChat() {
|
|||||||
<SidePanel
|
<SidePanel
|
||||||
webSocketConnected={!!conversationId ? (chatWS != null) : true}
|
webSocketConnected={!!conversationId ? (chatWS != null) : true}
|
||||||
conversationId={conversationId ?? null}
|
conversationId={conversationId ?? null}
|
||||||
uploadedFiles={uploadedFiles} />
|
uploadedFiles={uploadedFiles}
|
||||||
|
isMobileWidth={isMobileWidth}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className={styles.chatBox}>
|
<div className={styles.chatBox}>
|
||||||
|
|||||||
Reference in New Issue
Block a user