re-fetch lista
This commit is contained in:
		
							parent
							
								
									197d1d5e47
								
							
						
					
					
						commit
						77c3ece1cf
					
				| 
						 | 
					@ -70,6 +70,7 @@ const RegistroComunicado = () => {
 | 
				
			||||||
          return response.json();
 | 
					          return response.json();
 | 
				
			||||||
      }).then((_response) => {
 | 
					      }).then((_response) => {
 | 
				
			||||||
        setComunicado(emptyComunicado);
 | 
					        setComunicado(emptyComunicado);
 | 
				
			||||||
 | 
					        listaComunis();
 | 
				
			||||||
      }).catch(
 | 
					      }).catch(
 | 
				
			||||||
        err => console.log('Ocurrió un error con el fetch', err)
 | 
					        err => console.log('Ocurrió un error con el fetch', err)
 | 
				
			||||||
      );
 | 
					      );
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue