added user csv data

This commit is contained in:
2021-08-23 14:33:28 +05:30
parent 78f7772118
commit a6b1f35b1d
10 changed files with 15 additions and 15 deletions

View File

@ -93,7 +93,7 @@ const TheContent = () => {
const _email = UserData.email;
const _empcode = UserData.employee_code;
const json_str = "[{firstname: " + _firstname + ", lastname:" +_lastname+ ", email: " + _email + ", empcode: " + _empcode + "}]";
postUserData(json_str);
//postUserData(json_str);
console.log(json_str);
return true;
});