Fixed bug

This commit is contained in:
dbroqua 2018-10-06 21:31:50 +02:00
parent 91ee5f80f7
commit 50992176fb

View File

@ -117,7 +117,7 @@ class Properties extends Component {
value
} = event.target;
API.post(`properties/${id}`, {
API.patch(`properties/${id}`, {
name: value,
})
.then((res) => {