mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-10 03:24:24 +01:00
fix: missing icon of search result
feat: use search result message as single list
This commit is contained in:
parent
dc743df255
commit
aa26eea8c5
6 changed files with 102 additions and 44 deletions
|
|
@ -107,6 +107,7 @@ export default function Messages({ isSearchView = false }) {
|
|||
scrollToBottom={scrollToBottom}
|
||||
currentEditId={currentEditId}
|
||||
setCurrentEditId={setCurrentEditId}
|
||||
isSearchView={isSearchView}
|
||||
/>
|
||||
<CSSTransition
|
||||
in={showScrollButton}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue