mirror of https://github.com/buster-so/buster.git
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:
parent
69ec28fb3f
commit
f877edfd3a
|
@ -99,11 +99,13 @@ export const ChatContainerHeaderDropdown: React.FC<{
|
|||
}, [
|
||||
chatId,
|
||||
isDeleting,
|
||||
isDuplicating,
|
||||
currentMessageId,
|
||||
deleteChat,
|
||||
duplicateChat,
|
||||
isFavorited,
|
||||
onFavoriteClick
|
||||
onFavoriteClick,
|
||||
openSuccessMessage
|
||||
]);
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue