changed property name

This commit is contained in:
Miodec 2021-07-08 23:26:56 +01:00
parent 20e8f68cf8
commit db337a5cd5

View file

@ -89,7 +89,7 @@ async function apply() {
} else {
Notifications.add("Tag added", 1);
DB.getSnapshot().tags.push({
name: inputVal,
name: response.data.name,
id: response.data.id,
});
ResultTagsPopup.updateButtons();