This commit is contained in:
oiov
2025-03-28 19:28:27 +08:00
parent 7d42b1add0
commit 755dbf9561
+1 -1
View File
@@ -93,7 +93,7 @@ export function RecordForm({
if (!response.ok || response.status !== 200) {
toast.error("Created Failed!", {
description: await response.json(),
description: await response.text(),
});
} else {
toast.success(`Created successfully!`);