remove unused 'response' parameter
This commit is contained in:
parent
dcc063ce3b
commit
df1e383a88
|
@ -184,7 +184,7 @@ const Inquilinos = () => {
|
||||||
return response.json()
|
return response.json()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.then((response) => {
|
.then(() => {
|
||||||
setChangeStatusTenantDialog(false)
|
setChangeStatusTenantDialog(false)
|
||||||
toast.current.show({
|
toast.current.show({
|
||||||
severity: 'success',
|
severity: 'success',
|
||||||
|
|
Loading…
Reference in New Issue