Fix error message in UpdateItem function (#15776)
parent
6d76949bf6
commit
96166d092a
|
@ -74,7 +74,7 @@ function updateItem() {
|
|||
body: JSON.stringify(item)
|
||||
})
|
||||
.then(() => getItems())
|
||||
.catch(error => console.error('Unable to delete item.', error));
|
||||
.catch(error => console.error('Unable to update item.', error));
|
||||
// </snippet_UpdateItem>
|
||||
|
||||
closeInput();
|
||||
|
|
Loading…
Reference in New Issue