Skip to content

Commit

Permalink
fix(result tag popup): active tags not higlighted
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Feb 26, 2024
1 parent 39ad6f6 commit f4f1346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ts/popups/result-tags-popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ $(".pageAccount").on("click", ".group.history #resultEditTags", (f) => {
state["resultId"] = resultid;
state["tags"] = tags;
state["source"] = "accountPage";
updateActiveButtons(JSON.parse(tags));
show();
updateActiveButtons(JSON.parse(tags));
} else {
Notifications.add(
"You haven't created any tags. You can do it in the settings page",
Expand Down

0 comments on commit f4f1346

Please sign in to comment.