mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 08:53:14 +00:00
highlight selection
This commit is contained in:
@@ -40,7 +40,7 @@ class SysAdmin extends React.Component {
|
||||
|
||||
return (
|
||||
<div id="main">
|
||||
<SidePanel isSidePanelClosed={isSidePanelClosed} onCloseSidePanel={this.onCloseSidePanel} />
|
||||
<SidePanel isSidePanelClosed={isSidePanelClosed} onCloseSidePanel={this.onCloseSidePanel} currentTab={currentTab}/>
|
||||
<MainPanel>
|
||||
<Router className="reach-router">
|
||||
<FileScanRecords
|
||||
|
Reference in New Issue
Block a user