1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00

migrate old wiki to new wiki (#6987)

* migrate old wiki to new wiki

* change style

---------

Co-authored-by: Michael An <2331806369@qq.com>
This commit is contained in:
JoinTyang
2024-11-05 18:03:53 +08:00
committed by GitHub
parent 2cb758e302
commit cc625f7815
15 changed files with 351 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ import ReactDOM from 'react-dom';
import PropTypes from 'prop-types';
const propTypes = {
children: PropTypes.object.isRequired,
children: PropTypes.any.isRequired,
};
const modalRoot = document.getElementById('modal-wrapper');