1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

Revert "fix import code bug"

This reverts commit 371dd4a057.
This commit is contained in:
Michael An
2025-04-27 11:07:32 +08:00
parent 5fc9b4877c
commit f46da268ff
2 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ import SingleDropdownToolbar from '../../components/toolbar/single-dropdown-tool
import FixedWidthTable from '../../components/common/fixed-width-table';
import MobileItemMenu from '../../components/mobile-item-menu';
import '../../css/share-admin-links.css';
const contentPropTypes = {
loading: PropTypes.bool.isRequired,
isLoadingMore: PropTypes.bool.isRequired,

View File

@@ -18,6 +18,8 @@ import SingleDropdownToolbar from '../../components/toolbar/single-dropdown-tool
import FixedWidthTable from '../../components/common/fixed-width-table';
import MobileItemMenu from '../../components/mobile-item-menu';
import '../../css/share-admin-links.css';
const contentPropTypes = {
loading: PropTypes.bool.isRequired,
errorMsg: PropTypes.string.isRequired,