aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-10-01 01:50:58 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-10-01 01:50:58 +0530
commitd69eaadf58687070e3e3649747ffa0447d3e7964 (patch)
tree7d54dcaf7c2ff9c5ac955ee99df258e3e433f144 /src
parent66fa81ccc29b032ce1271cc4cba210d99e0a740d (diff)
removed unnecessary action
Diffstat (limited to 'src')
-rw-r--r--src/client/util/SharingManager.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/SharingManager.tsx b/src/client/util/SharingManager.tsx
index 342ee6d1a..bcd7d4056 100644
--- a/src/client/util/SharingManager.tsx
+++ b/src/client/util/SharingManager.tsx
@@ -375,7 +375,6 @@ export class SharingManager extends React.Component<{}> {
}
}
- @action
distributeOverCollection = (targetDoc?: Doc) => {
const AclMap = new Map<symbol, string>([
[AclPrivate, SharingPermissions.None],