Check for log when submitting form
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
return async ({ result, update }) => {
|
||||
formStatus = result.data
|
||||
|
||||
if (dev) {
|
||||
console.log(result)
|
||||
}
|
||||
// if (dev) {
|
||||
// }
|
||||
|
||||
// If successful
|
||||
if (result.data.success) {
|
||||
|
||||
Reference in New Issue
Block a user