1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

add delete draft button (#4380)

* add delete draft button

* fix spelling mistakes
This commit is contained in:
王健辉
2019-12-28 18:18:23 +08:00
committed by Daniel Pan
parent abd6b27c3f
commit f00c311ef1
7 changed files with 90 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ import MediaQuery from 'react-responsive';
import { seafileAPI } from '../../utils/seafile-api';
import { gettext, siteRoot, username } from '../../utils/constants';
import SearchResultItem from './search-result-item';
import editorUtilities from '../../utils/editor-utilties';
import editorUtilities from '../../utils/editor-utilities';
import More from '../more';
import { Utils } from '../../utils/utils';
import toaster from '../toast';