mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
feat: wiki shortcut
This commit is contained in:
@@ -29,7 +29,6 @@ class AddWikiPageDialog extends React.Component {
|
||||
|
||||
handleSubmit = () => {
|
||||
if (!this.state.isSubmitBtnActive) return;
|
||||
|
||||
// first param set false to prevent redirect to new page
|
||||
this.props.onAddPage(false, this.state.wikiPageName);
|
||||
this.props.handleClose();
|
||||
|
Reference in New Issue
Block a user