1
0
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:
liuhongbo
2024-06-17 11:42:42 +08:00
parent e517ac05cc
commit b216db12db
2 changed files with 3 additions and 2 deletions

View File

@@ -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();