Skip to content

Commit 4c09cc3

Browse files
authored
Update sidebarAction.ts
1 parent 9517c97 commit 4c09cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/src/actions/sidebarAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const action = new FileAction({
3737
async exec(node: Node, view: View, dir: string) {
3838
try {
3939
// Open sidebar and set active tab to sharing by default
40-
window.OCA.Files.Sidebar.setActiveTab('sharing')
40+
// window.OCA.Files.Sidebar.setActiveTab('sharing')
4141
window.OCA.Files.Sidebar.setActiveTab('sharing-manage');
4242

4343
// TODO: migrate Sidebar to use a Node instead

0 commit comments

Comments
 (0)