Fixed bug
This commit is contained in:
parent
91ee5f80f7
commit
50992176fb
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class Properties extends Component {
|
|||
value
|
||||
} = event.target;
|
||||
|
||||
API.post(`properties/${id}`, {
|
||||
API.patch(`properties/${id}`, {
|
||||
name: value,
|
||||
})
|
||||
.then((res) => {
|
||||
|
|
Loading…
Reference in a new issue