1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

Sys admin react reconstruct (#3918)

* sysadmin reconstruct info page

* optimize frontend code, add license post api response

* update test case

* optimize js code
This commit is contained in:
llj
2019-07-25 16:43:55 +08:00
committed by GitHub
parent 2574301005
commit de2408efdc
8 changed files with 226 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ import React, { Component } from 'react';
import PropTypes from 'prop-types';
const propTypes = {
children: PropTypes.array.isRequired,
children: PropTypes.object.isRequired,
};
class MainPanel extends Component {