This commit is contained in:
2024-07-01 13:38:06 +00:00
parent 7a704b30b4
commit a542f1933d

View File

@@ -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;
}