mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-17 11:06:17 +08:00
fixed tags not being loaded into the result filters
This commit is contained in:
parent
644adb8bd6
commit
99ecbe27cc
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export function getFilter(group, filter) {
|
|||
|
||||
export function loadTags(tags) {
|
||||
tags.forEach((tag) => {
|
||||
defaultResultFilters[tag.id] = true;
|
||||
defaultResultFilters.tags[tag.id] = true;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue