🔧 fix: Google Custom Headers, Bookmarks Menu, Sources Dialog Close (#7722)

* 🔧 chore: fix ESLint warnings in AdminSettings

* fix: DropdownPopup for BookmarkMenu being affected by recent Header change

* fix: Replace button with OGDialogClose for proper dialog closing

* chore: linting in google client initialization

* chore: linting in getLLMConfig function

* chore: update @librechat/agents to version 2.4.38 to support Google GenAI Custom Headers
This commit is contained in:
Danny Avila 2025-06-04 00:13:28 -04:00 committed by GitHub
parent cbddd394a5
commit 6bb78247b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 630 additions and 70 deletions

View file

@ -157,8 +157,9 @@ const BookmarkMenu: FC = () => {
return (
<BookmarkContext.Provider value={{ bookmarks: data || [] }}>
<DropdownPopup
focusLoop={true}
portal={true}
menuId={menuId}
focusLoop={true}
isOpen={isMenuOpen}
unmountOnHide={true}
setIsOpen={setIsMenuOpen}