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 35cadbe + 9517c97 commit 653680bCopy full SHA for 653680b
apps/files/src/actions/sidebarAction.ts
@@ -38,6 +38,7 @@ export const action = new FileAction({
38
try {
39
// Open sidebar and set active tab to sharing by default
40
window.OCA.Files.Sidebar.setActiveTab('sharing')
41
+ window.OCA.Files.Sidebar.setActiveTab('sharing-manage');
42
43
// TODO: migrate Sidebar to use a Node instead
44
await window.OCA.Files.Sidebar.open(node.path)
0 commit comments