mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 02:42:47 +00:00
update terms and condition
This commit is contained in:
@@ -38,7 +38,7 @@ class TermsEditorDialog extends React.Component {
|
||||
this.props.onCloseEditorDialog();
|
||||
};
|
||||
|
||||
onValueChanged = () => {
|
||||
onContentChanged = () => {
|
||||
return this.setState({isValueChanged: true});
|
||||
};
|
||||
|
||||
@@ -68,7 +68,7 @@ class TermsEditorDialog extends React.Component {
|
||||
<SimpleEditor
|
||||
ref={this.editorRef}
|
||||
value={content || ''}
|
||||
onValueChanged={this.onValueChanged}
|
||||
onContentChanged={this.onContentChanged}
|
||||
/>
|
||||
</ModalBody>
|
||||
</Modal>
|
||||
|
Reference in New Issue
Block a user