add debug

This commit is contained in:
2023-03-29 18:50:24 +10:00
parent 24c3a1ef30
commit 25a6d60e73

View File

@@ -238,6 +238,7 @@ const handleSubmit = async () => {
router.push({ name: "dashboard-post-list" });
} catch (error) {
console.log(error);
form.apiErrors(error);
}
};