mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
rpair respose code bug (#3837)
This commit is contained in:
@@ -268,7 +268,7 @@ class App extends Component {
|
||||
<InvitationsView path={siteRoot + 'invitations/'} onShowSidePanel={this.onShowSidePanel} onSearchedClick={this.onSearchedClick} />
|
||||
</Router>
|
||||
</MainPanel>
|
||||
<MediaQuery query="(max-width: 768px)">
|
||||
<MediaQuery query="(max-width: 767.8px)">
|
||||
<Modal isOpen={!isSidePanelClosed} toggle={this.toggleSidePanel} contentClassName="d-none"></Modal>
|
||||
</MediaQuery>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user