mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
fix translation and warnings
This commit is contained in:
@@ -388,7 +388,7 @@ class FileChooser extends React.Component {
|
||||
<Fragment>
|
||||
{isPro && (
|
||||
<div className="file-chooser-search-input">
|
||||
<Input className="search-input" placeholder={gettext('Search...')} className="mb-2" type='text' value={this.state.searchInfo} onChange={this.onSearchInfoChanged}></Input>
|
||||
<Input className="search-input mb-2" placeholder={gettext('Search...')} type='text' value={this.state.searchInfo} onChange={this.onSearchInfoChanged}></Input>
|
||||
{this.state.searchInfo.length !== 0 && (
|
||||
<span className="search-control attr-action-icon fas fa-times" onClick={this.onCloseSearching}></span>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user