1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 18:30:53 +00:00

update codes

fix warnings
This commit is contained in:
Michael An
2019-05-05 18:29:06 +08:00
parent 9574c5943f
commit 5a4d437dd4
13 changed files with 84 additions and 54 deletions

View File

@@ -7,6 +7,7 @@ import Toast from '../../components/toast';
import UserStatusEditor from '../../components/select-editor/user-status-editor';
const propTypes = {
user: PropTypes.object,
currentTab: PropTypes.string,
toggleRevokeAdmin: PropTypes.func,
isItemFreezed: PropTypes.bool.isRequired,