mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 14:10:59 +08:00
typo
This commit is contained in:
parent
60fcfe7f6b
commit
3e66bf5757
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ async function apply() {
|
|||
Notifications.add("Tag added", 1);
|
||||
DB.getSnapshot().tags.push({
|
||||
name: inputVal,
|
||||
_id: response.data._id,
|
||||
id: response.data.id,
|
||||
});
|
||||
ResultTagsPopup.updateButtons();
|
||||
Settings.update();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue