chore: evaluate error message

This commit is contained in:
jialin
2025-04-16 18:02:59 +08:00
parent 67053db9ba
commit d9611948d7
11 changed files with 68 additions and 31 deletions
@@ -195,7 +195,7 @@ const SearchModel: React.FC<SearchInputProps> = (props) => {
token: checkTokenRef.current?.token
}
);
return evaluations.results || [];
return evaluations.results;
} catch (error) {
return [];
}