From 50992176fbba79ff5e822f0d008d67b87a47dd39 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Sat, 6 Oct 2018 21:31:50 +0200 Subject: [PATCH] Fixed bug --- src/Properties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Properties.js b/src/Properties.js index b8a791f..90b8cde 100644 --- a/src/Properties.js +++ b/src/Properties.js @@ -117,7 +117,7 @@ class Properties extends Component { value } = event.target; - API.post(`properties/${id}`, { + API.patch(`properties/${id}`, { name: value, }) .then((res) => {