1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00

fix ai-search loading bug

This commit is contained in:
Michael An
2024-01-12 16:02:53 +08:00
parent 731577db98
commit bf882ecca4
5 changed files with 15 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ export default class AISearchAsk extends Component {
super(props);
this.state = {
value: props.value,
isLoading: true,
isLoading: false,
answeringResult: '',
hitFiles: [],
};