pull/4/head
dev2 siliconpin 2024-07-01 13:38:06 +00:00
parent 7a704b30b4
commit a542f1933d
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
}) })
.then(response => response.json()) .then(response => response.json())
.then(resData => { .then(resData => {
console.log("Saved Form resData", resData.success); // console.log("Saved Form resData", resData.success);
if(resData.success === true){ if(resData.success === true){
this.userQuery = false; this.userQuery = false;
} }