re-fetch lista

This commit is contained in:
Eduardo Quiros 2022-08-30 06:08:43 -06:00
parent 197d1d5e47
commit 77c3ece1cf
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 0 deletions

View File

@ -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)
);