From a542f1933d7e02fa1313096b0c91b97aa081e811 Mon Sep 17 00:00:00 2001 From: dev2 Date: Mon, 1 Jul 2024 13:38:06 +0000 Subject: [PATCH] s1 --- src/components/ContactForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContactForm.vue b/src/components/ContactForm.vue index ed2d92d..43c0af1 100644 --- a/src/components/ContactForm.vue +++ b/src/components/ContactForm.vue @@ -77,7 +77,7 @@ }) .then(response => response.json()) .then(resData => { - console.log("Saved Form resData", resData.success); + // console.log("Saved Form resData", resData.success); if(resData.success === true){ this.userQuery = false; }