fix: do not close loading when evaluating

This commit is contained in:
jialin
2025-04-24 20:36:34 +08:00
parent 9a6b907c11
commit d4ffd8e8e4
3 changed files with 15 additions and 4 deletions
@@ -264,6 +264,7 @@ const HFModelFile: React.FC<HFModelFileProps> = forwardRef((props, ref) => {
resultList,
(item: any) => item.path === currentPathRef.current
);
displayEvaluateStatus?.(false);
if (currentItem) {
handleSelectModelFile(currentItem, true);
}