mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
[AI search] commented out the 'Is this answer helpful to you' module (#5903)
This commit is contained in:
@@ -10,7 +10,7 @@ import Icon from '../icon';
|
||||
import { Utils } from '../../utils/utils';
|
||||
import { SEARCH_DELAY_TIME, getValueLength } from './constant';
|
||||
import AISearchRefrences from './ai-search-widgets/ai-search-refrences';
|
||||
import AISearchHelp from './ai-search-widgets/ai-search-help';
|
||||
//import AISearchHelp from './ai-search-widgets/ai-search-help';
|
||||
import AISearchRobot from './ai-search-widgets/ai-search-robot';
|
||||
|
||||
import './ai-search-ask.css';
|
||||
@@ -182,7 +182,7 @@ export default class AISearchAsk extends Component {
|
||||
:
|
||||
<p>{gettext('No result')}</p>
|
||||
}
|
||||
<AISearchHelp />
|
||||
{/*<AISearchHelp />*/}
|
||||
{hitFiles.length > 0 &&
|
||||
<AISearchRefrences
|
||||
hitFiles={hitFiles}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
.ai-search-refrences {
|
||||
margin-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
border-top: 1px solid rgba(0,40,100,.12);
|
||||
}
|
||||
|
||||
.ai-search-refrences .ai-search-refrences-title {
|
||||
|
Reference in New Issue
Block a user