Skip to content

Commit

Permalink
[AI search] commented out the 'Is this answer helpful to you' module (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
llj authored Jan 18, 2024
1 parent 8756a97 commit 6e458cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/search/ai-search-ask.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -182,7 +182,7 @@ export default class AISearchAsk extends Component {
:
<p>{gettext('No result')}</p>
}
<AISearchHelp />
{/*<AISearchHelp />*/}
{hitFiles.length > 0 &&
<AISearchRefrences
hitFiles={hitFiles}
Expand Down
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 6e458cc

Please sign in to comment.