Skip to content

Commit 3a0ee2b

Browse files
Remove AI Chat from Add Page dropdown
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 77b30d4 commit 3a0ee2b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/components/app/view-actions/AddPageActions.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@ function AddPageActions({ view }: { view: View }) {
6969
void handleAddPage(ViewLayout.Calendar, 'New Calendar');
7070
},
7171
},
72-
{
73-
label: t('chat.newChat'),
74-
icon: <ViewIcon layout={ViewLayout.AIChat} size={'small'} />,
75-
onSelect: () => {
76-
void handleAddPage(ViewLayout.AIChat);
77-
},
78-
},
7972
],
8073
[handleAddPage, t]
8174
);
@@ -86,7 +79,6 @@ function AddPageActions({ view }: { view: View }) {
8679
<DropdownMenuItem
8780
key={action.label}
8881
data-testid={
89-
action.label === t('chat.newChat') ? 'add-ai-chat-button' :
9082
action.label === t('grid.menuName') ? 'add-grid-button' : undefined
9183
}
9284
disabled={action.disabled}

0 commit comments

Comments
 (0)