This commit is contained in:
Timothy Jaeryang Baek
2025-01-29 21:56:28 -08:00
parent 33fffd6b1d
commit d6c82939e6
9 changed files with 19 additions and 22 deletions

View File

@@ -219,7 +219,7 @@ export const deleteModelById = async (token: string, id: string) => {
return json;
})
.catch((err) => {
error = err;
error = err.detail;
console.log(err);
return null;