1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00

Encrypted database bug (#3117)

This commit is contained in:
zxj96
2019-03-15 15:46:23 +08:00
committed by Daniel Pan
parent 3a8aa8c887
commit 2c09332b79

View File

@@ -328,7 +328,6 @@ class FileChooser extends React.Component {
</Fragment>
)}
{this.props.mode === 'only_current_library' && (
<div className="file-chooser-container">
<div className="list-view">
<div className="list-view-header">
<span className={`item-toggle fa ${this.state.isCurrentRepoShow ? 'fa-caret-down' : 'fa-caret-right'}`} onClick={this.onCurrentRepoToggle}></span>
@@ -347,7 +346,6 @@ class FileChooser extends React.Component {
/>
}
</div>
</div>
)}
{this.props.mode === 'only_all_repos' && (
<div className="file-chooser-container">