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 62201a5 + e0751dc commit 0c03c7eCopy full SHA for 0c03c7e
apps/files/src/actions/sidebarAction.ts
@@ -49,8 +49,8 @@ export const action = new FileAction({
49
logger.debug('Sidebar already open for this file', { node })
50
return null
51
}
52
- // Open sidebar and set active tab to sharing by default
53
- window.OCA.Files.Sidebar.setActiveTab('sharing')
+ // Open sidebar and set active tab to manage sharing by default
+ 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