Skip to content

Commit ff65b50

Browse files
authored
fix: show AI chat filter button only on hover in navigation drawer (#20274)
1 parent dd3b6f2 commit ff65b50

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/twenty-front/src/modules/ai/components/NavigationDrawerAiChatContent.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export const NavigationDrawerAiChatContent = () => {
9898
currentThreadId={currentAiChatThread}
9999
onThreadClick={handleThreadClick}
100100
rightIcon={index === 0 ? filterDropdown : undefined}
101-
alwaysShowRightIcon={index === 0}
102101
/>
103102
))}
104103
</StyledSectionsContainer>
@@ -110,7 +109,6 @@ export const NavigationDrawerAiChatContent = () => {
110109
currentThreadId={currentAiChatThread}
111110
onThreadClick={handleThreadClick}
112111
rightIcon={filterDropdown}
113-
alwaysShowRightIcon
114112
/>
115113
)}
116114
{threads.length === 0 ? (

0 commit comments

Comments
 (0)