remove unused 'response' parameter

This commit is contained in:
Eduardo Quiros 2022-08-04 00:01:39 -06:00
parent dcc063ce3b
commit df1e383a88
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ const Inquilinos = () => {
return response.json()
}
})
.then((response) => {
.then(() => {
setChangeStatusTenantDialog(false)
toast.current.show({
severity: 'success',