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'
 | 
			
		||||
                value={communityId}
 | 
			
		||||
                options={cList}
 | 
			
		||||
                onChange={(e) => setCommunityId(e.value)}
 | 
			
		||||
              />
 | 
			
		||||
            </div>
 | 
			
		||||
            <Button label='Registrar' onClick={registrarInquilino} />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue