Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/files/src/actions/sidebarAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export const action = new FileAction({
logger.debug('Sidebar already open for this file', { node })
return null
}
// Open sidebar and set active tab to sharing by default
window.OCA.Files?.Sidebar?.setActiveTab('sharing')
// Open sidebar and set active tab to manage sharing by default
window.OCA.Files.Sidebar.setActiveTab('sharing-manage');

// TODO: migrate Sidebar to use a Node instead
await window.OCA.Files?.Sidebar?.open(node.path)
Expand Down