Update web/src/layouts/ChatLayout/ChatContainer/ChatHeader/ChatHeaderOptions/ChatHeaderDropdown.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Nate Kelley 2025-05-08 10:36:48 -06:00 committed by GitHub
parent 69ec28fb3f
commit f877edfd3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -99,11 +99,13 @@ export const ChatContainerHeaderDropdown: React.FC<{
}, [
chatId,
isDeleting,
isDuplicating,
currentMessageId,
deleteChat,
duplicateChat,
isFavorited,
onFavoriteClick
onFavoriteClick,
openSuccessMessage
]);
return (