fix: do not trigger evaluation after switching model
This commit is contained in:
@@ -320,7 +320,7 @@ const SearchModel: React.FC<SearchInputProps> = (props) => {
|
||||
return {
|
||||
...pre,
|
||||
loading: false,
|
||||
repoOptions: resultList
|
||||
dataList: resultList
|
||||
};
|
||||
});
|
||||
// current selected item
|
||||
|
||||
Reference in New Issue
Block a user