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