aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-09-04 19:54:25 -0400
committerbobzel <zzzman@gmail.com>2020-09-04 19:54:25 -0400
commit2ef7900d1210bc0e5261e1d1f8fd1ba5f3a0ee4c (patch)
tree289df18d98996dd03e6e0dae2baa615247aafd0d /src/client/views/PropertiesView.tsx
parent7f6f5acc59e772cb828b8e532e16d4c40465de65 (diff)
parentcb28e0cc898b0f7f880a23501bc1510df3c1c3fc (diff)
Merge remote-tracking branch 'origin/anika_bug_fixes'
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r--src/client/views/PropertiesView.tsx8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx
index 5c83eabd1..46f38795c 100644
--- a/src/client/views/PropertiesView.tsx
+++ b/src/client/views/PropertiesView.tsx
@@ -907,14 +907,6 @@ export class PropertiesView extends React.Component<PropertiesViewProps> {
</div>
{!this.openSharing ? (null) :
<div className="propertiesView-sharing-content">
- <div className="propertiesView-acls-checkbox">
- <Checkbox
- color="primary"
- onChange={action(() => this.layoutDocAcls = !this.layoutDocAcls)}
- checked={this.layoutDocAcls}
- />;
- <div className="propertiesView-acls-checkbox-text">Layout</div>
- </div>
{this.sharingTable}
{/* <div className="change-buttons">
<button