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:
@@ -36,7 +36,7 @@ export default class AISearchAsk extends Component {
|
||||
super(props);
|
||||
this.state = {
|
||||
value: props.value,
|
||||
isLoading: true,
|
||||
isLoading: false,
|
||||
answeringResult: '',
|
||||
hitFiles: [],
|
||||
};
|
||||
|
Reference in New Issue
Block a user