mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
Encrypted database bug (#3117)
This commit is contained in:
@@ -328,7 +328,6 @@ class FileChooser extends React.Component {
|
|||||||
</Fragment>
|
</Fragment>
|
||||||
)}
|
)}
|
||||||
{this.props.mode === 'only_current_library' && (
|
{this.props.mode === 'only_current_library' && (
|
||||||
<div className="file-chooser-container">
|
|
||||||
<div className="list-view">
|
<div className="list-view">
|
||||||
<div className="list-view-header">
|
<div className="list-view-header">
|
||||||
<span className={`item-toggle fa ${this.state.isCurrentRepoShow ? 'fa-caret-down' : 'fa-caret-right'}`} onClick={this.onCurrentRepoToggle}></span>
|
<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>
|
||||||
</div>
|
|
||||||
)}
|
)}
|
||||||
{this.props.mode === 'only_all_repos' && (
|
{this.props.mode === 'only_all_repos' && (
|
||||||
<div className="file-chooser-container">
|
<div className="file-chooser-container">
|
||||||
|
Reference in New Issue
Block a user