mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-11 08:05:56 +08:00
changed property name
This commit is contained in:
parent
20e8f68cf8
commit
db337a5cd5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue