mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 00:17:31 +00:00
perf: logs
This commit is contained in:
@@ -29,7 +29,7 @@ const Training = ({ model }: { model: ModelType }) => {
|
||||
const res = await getModelTrainings(id);
|
||||
setRecords(res);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
console.log('error->', error);
|
||||
}
|
||||
}, []);
|
||||
|
||||
|
Reference in New Issue
Block a user