We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f287784 + 1495bfa commit 08a74feCopy full SHA for 08a74fe
apps/files/src/actions/sidebarAction.ts
@@ -50,7 +50,7 @@ export const action = new FileAction({
50
return null
51
}
52
// Open sidebar and set active tab to sharing by default
53
- window.OCA.Files.Sidebar.setActiveTab('sharing')
+ window.OCA.Files.Sidebar.setActiveTab('sharing-manage');
54
55
// TODO: migrate Sidebar to use a Node instead
56
await window.OCA.Files.Sidebar.open(node.path)
0 commit comments