fix assignment of community ID in new tenant form
This commit is contained in:
parent
1d9b3ba207
commit
dcc063ce3b
|
@ -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} />
|
||||||
|
|
Loading…
Reference in New Issue