Skip to content

Commit 0d4a939

Browse files
committed
feat(search-modal): add Secrets to the pages list
1 parent 8f7b3b5 commit 0d4a939

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/search-modal

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/search-modal/search-modal.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import {
1717
HelpCircle,
1818
Home,
1919
Integration,
20+
Key,
2021
Play,
2122
Plus,
2223
Send,
@@ -166,6 +167,12 @@ export function SearchModal({
166167
href: `/workspace/${workspaceId}/logs`,
167168
shortcut: '⌘⇧L',
168169
},
170+
{
171+
id: 'secrets',
172+
name: 'Secrets',
173+
icon: Key,
174+
href: `/workspace/${workspaceId}/settings/secrets`,
175+
},
169176
{
170177
id: 'help',
171178
name: 'Help',

0 commit comments

Comments
 (0)