aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SharingManager.tsx
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2021-04-09 23:45:20 -0400
committerusodhi <61431818+usodhi@users.noreply.github.com>2021-04-09 23:45:20 -0400
commit9135b7c1c414dc8caf255ef3d4b2b3d3f220289c (patch)
tree8df0ce98e8764d6e901f60277ddffe517c93cb71 /src/client/util/SharingManager.tsx
parenta27ab0649aa66acd510f7cf7fc2aa92bfec7b03e (diff)
removed some old comments + some unused imports
Diffstat (limited to 'src/client/util/SharingManager.tsx')
-rw-r--r--src/client/util/SharingManager.tsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/client/util/SharingManager.tsx b/src/client/util/SharingManager.tsx
index b7a39a963..5a247730e 100644
--- a/src/client/util/SharingManager.tsx
+++ b/src/client/util/SharingManager.tsx
@@ -644,16 +644,10 @@ export class SharingManager extends React.Component<{}> {
</div>
<div className="acl-container">
- {/* <div className="myDocs-acls">
- <input type="checkbox" onChange={action(() => this.myDocAcls = !this.myDocAcls)} checked={this.myDocAcls} /> <label>My Docs</label>
- </div> */}
{Doc.UserDoc().noviceMode ? (null) :
<div className="layoutDoc-acls">
<input type="checkbox" onChange={action(() => this.layoutDocAcls = !this.layoutDocAcls)} checked={this.layoutDocAcls} /> <label>Layout</label>
</div>}
- {/* <button className="distribute-button" onClick={() => this.distributeOverCollection()}>
- Distribute
- </button> */}
</div>
</div>
}