fix assignment of community ID in new tenant form

This commit is contained in:
Eduardo Quiros 2022-08-03 23:39:43 -06:00
parent 1d9b3ba207
commit dcc063ce3b
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 0 deletions

View File

@ -613,6 +613,7 @@ const Inquilinos = () => {
id='numero_vivienda' id='numero_vivienda'
value={communityId} value={communityId}
options={cList} options={cList}
onChange={(e) => setCommunityId(e.value)}
/> />
</div> </div>
<Button label='Registrar' onClick={registrarInquilino} /> <Button label='Registrar' onClick={registrarInquilino} />