mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 02:42:47 +00:00
12.0 change search UI (#6168)
* 01 remove AI search * 02 change normal search UI
This commit is contained in:
@@ -9,6 +9,7 @@ const propTypes = {
|
||||
repoName: PropTypes.string.isRequired,
|
||||
onSearchedClick: PropTypes.func.isRequired,
|
||||
currentRepoInfo: PropTypes.object,
|
||||
path: PropTypes.string,
|
||||
};
|
||||
|
||||
class LibContentToolbar extends React.Component {
|
||||
@@ -21,6 +22,7 @@ class LibContentToolbar extends React.Component {
|
||||
</div>
|
||||
<CommonToolbar
|
||||
isLibView={true}
|
||||
path={this.props.path}
|
||||
repoID={this.props.repoID}
|
||||
repoName={this.props.repoName}
|
||||
currentRepoInfo={this.props.currentRepoInfo}
|
||||
|
Reference in New Issue
Block a user