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 authored Dec 26, 2024
1 parent d68b201 commit 4c608c0
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 4c608c0

Please sign in to comment.