diff options
author | bobzel <zzzman@gmail.com> | 2020-09-04 19:54:25 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-04 19:54:25 -0400 |
commit | 2ef7900d1210bc0e5261e1d1f8fd1ba5f3a0ee4c (patch) | |
tree | 289df18d98996dd03e6e0dae2baa615247aafd0d /src/client/views/PropertiesView.tsx | |
parent | 7f6f5acc59e772cb828b8e532e16d4c40465de65 (diff) | |
parent | cb28e0cc898b0f7f880a23501bc1510df3c1c3fc (diff) |
Merge remote-tracking branch 'origin/anika_bug_fixes'
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 8 |
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 |