Skip to content

Commit

Permalink
fix(chat): add tooltip for conversation settings icon (Issue #2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derikyan committed Dec 25, 2024
1 parent 71cd3fa commit 257f84f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/chat/src/components/Chat/ChatHeader/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ export const ChatHeader = ({
<div className="flex items-center gap-2">
{isTopChatModelSettingsEnabled && !isConversationInvalid && (
<Tooltip
isTriggerClickable
tooltip={
<HeaderSettingsTooltip
disallowChangeSettings={disallowChangeSettings}
Expand Down

0 comments on commit 257f84f

Please sign in to comment.