Skip to content

Commit 08a74fe

Browse files
committed
Merge #293 [Stable32] Creating subfolder opens wrong share dialog
2 parents f287784 + 1495bfa commit 08a74fe

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
@@ -50,7 +50,7 @@ export const action = new FileAction({
5050
return null
5151
}
5252
// Open sidebar and set active tab to sharing by default
53-
window.OCA.Files.Sidebar.setActiveTab('sharing')
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)