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

@@ -60,7 +60,7 @@
const deleteModelHandler = async (model) => {
const res = await deleteModelById(localStorage.token, model.id).catch((e) => {
toast.error(e);
toast.error(`${e}`);
return null;
});