1
0
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:
llj
2024-01-18 21:30:38 +08:00
committed by GitHub
parent 8756a974bc
commit 6e458cc169
2 changed files with 4 additions and 4 deletions

View File

@@ -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}

View File

@@ -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 {