diff options
author | bobzel <zzzman@gmail.com> | 2020-08-06 19:58:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 19:58:52 -0400 |
commit | 318f2bab4f086ce626fc3f1d099d1a09e245f95d (patch) | |
tree | 85ec890c68b240506e4255c8549a7f4586886c0b /src/client/util/CurrentUserUtils.ts | |
parent | 6d8dfee38bd39b95396cbc97405516693116b58f (diff) | |
parent | 3e4329b81d96f139f38eeb182afcbd8359dcd171 (diff) |
Merge pull request #501 from browngraphicslab/acls_uv
For more testing
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 1f140e145..36e09fda1 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -836,7 +836,7 @@ export class CurrentUserUtils { // Right sidebar is where mobile uploads are contained static setupSharingSidebar(doc: Doc) { if (doc["sidebar-sharing"] === undefined) { - doc["sidebar-sharing"] = new PrefetchProxy(Docs.Create.StackingDocument([], { title: "Sharing Sidebar" })); + doc["sidebar-sharing"] = new PrefetchProxy(Docs.Create.StackingDocument([], { title: "Shared Documents", childDropAction: "alias" })); } } |