displaying and saving number and boolean promoted attributes

This commit is contained in:
azivner
2018-08-06 15:23:22 +02:00
parent b44c523845
commit 12031d369f
3 changed files with 62 additions and 25 deletions

View File

@@ -59,7 +59,6 @@ async function updateNoteAttribute(req) {
const body = req.body;
let attribute;
if (body.attributeId) {
attribute = await repository.getAttribute(body.attributeId);
}