Skip to content

Commit 0c03c7e

Browse files
committed
Merge #293 [V32] Creating subfolder opens wrong share dialog
2 parents 62201a5 + e0751dc commit 0c03c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/files/src/actions/sidebarAction.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export const action = new FileAction({
4949
logger.debug('Sidebar already open for this file', { node })
5050
return null
5151
}
52-
// Open sidebar and set active tab to sharing by default
53-
window.OCA.Files.Sidebar.setActiveTab('sharing')
52+
// Open sidebar and set active tab to manage sharing by default
53+
window.OCA.Files.Sidebar.setActiveTab('sharing-manage');
5454

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

0 commit comments

Comments
 (0)