diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-09-02 01:36:15 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-09-02 01:36:15 -0500 |
commit | ccfcbd7394dc643babc390797ffc3bea71d9f84c (patch) | |
tree | 3eece607ab8ccb44423fc32f80a76bb97640c8fa /src/client/views/PropertiesView.tsx | |
parent | 06b54eb074814a0ead9b89e9143872c7f92361da (diff) |
got rid of layout check
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 1768b5c41..7f075d2cd 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -900,14 +900,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 |