There was an error while loading. Please reload this page.
1 parent d84b9cc commit 4664427Copy full SHA for 4664427
src/components/ModelingSidebar/ModelingSidebar.tsx
@@ -75,6 +75,18 @@ export function ModelingSidebar({ paneOpacity }: ModelingSidebarProps) {
75
data: { name: 'Insert', groupId: 'code' },
76
}),
77
},
78
+ {
79
+ id: 'share-link',
80
+ title: 'Create share link',
81
+ sidebarName: 'Create share link',
82
+ icon: 'link',
83
+ keybinding: 'Mod + Alt + S',
84
+ action: () =>
85
+ commandBarActor.send({
86
+ type: 'Find and select command',
87
+ data: { name: 'share-file-link', groupId: 'code' },
88
+ }),
89
+ },
90
{
91
id: 'export',
92
title: 'Export part',
0 commit comments