mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 04:48:03 +00:00
Change AI search icon (#5956)
* fix code warnings * change AI search icon
This commit is contained in:
@@ -157,7 +157,8 @@ class EditFileTagPopover extends React.Component {
|
||||
onChange={this.onChangeSearch}
|
||||
autoFocus={true}
|
||||
/>
|
||||
{noTagsTip ? <div className='tag-not-found my-4 mx-1'>{noTagsTip}</div> :
|
||||
{noTagsTip ?
|
||||
<div className='tag-not-found my-4 mx-1'>{noTagsTip}</div> :
|
||||
<ul className="tag-list-container">
|
||||
{filteredRepoTagList.map((repoTag, index) => {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user