Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pandadtdyy committed Sep 19, 2023
1 parent 2dc999b commit 59f9a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-default/pages/problem_edit.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function buildCategoryFilter() {
_.forEach(treeItem.children, (treeSubItem, subcategory) => {
if (treeSubItem.select) {
treeSubItem.select = false;
dirtyCategories.push({ type: 'subcategory', subcategory, category });
dirtyCategories.push({ type: 'subcategory', subcategory, category: tag });
}
});
}
Expand Down

0 comments on commit 59f9a8e

Please sign in to comment.