mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
search file use ai (#5690)
* search file use ai * Feat: optimize code * feat: update code --------- Co-authored-by: er-pai-r <18335219360@163.com>
This commit is contained in:
@@ -26,6 +26,8 @@ class CommonToolbar extends React.Component {
|
||||
repoID={repoID}
|
||||
placeholder={this.props.searchPlaceholder || gettext('Search files')}
|
||||
onSearchedClick={this.props.onSearchedClick}
|
||||
isLibView={this.props.isLibView}
|
||||
repoName={repoName}
|
||||
/>
|
||||
)}
|
||||
{this.props.isLibView && !isPro &&
|
||||
|
Reference in New Issue
Block a user