This commit is contained in:
lloydzhou 2024-07-20 20:43:42 +08:00
parent fc31d8e5d1
commit e468fecf12
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export const useSdStore = createPersistStore<
self.updateDraw({
...data,
status: "error",
error: JSON.stringify(resData),
error: JSON.stringify(e),
});
});
} else {