mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 09:21:54 +00:00
abstract dir-operation-toolbar and view-mode-toolbar (#2569)
This commit is contained in:
@@ -2,7 +2,7 @@ import React, { Fragment } from 'react';
|
||||
import GeneralToolBar from './toolbar/general-toolbar';
|
||||
|
||||
const MainContentWrapper = (WrapperedComponent) => {
|
||||
return class extends React.Component {
|
||||
return class Wrapper extends React.Component {
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
Reference in New Issue
Block a user