add number_house to new tenant

This commit is contained in:
Eduardo Quiros 2022-08-21 04:31:27 -06:00
parent 20f6aeb376
commit 8096200886
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ const Inquilinos = () => {
let _tenants = [...tenants]
let _tenant = { ...tenant }
_tenant.community_id = cookies.community_id;
_tenant.number_house = houseNumber;
_tenant.password = _tenant.email;
console.log(_tenant)