Skip to content

Commit

Permalink
Fix another NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipseisoffline committed Mar 4, 2025
1 parent 86602ad commit 9cd2571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void setCurrentAdvancementCategoryId(String categoryId) {
// Only open and show list form if we're going to a different category
currentAdvancementCategoryId = categoryId;
if (formOpen) {
buildAndShowListForm();
buildAndShowForm();
}
}
}
Expand Down

0 comments on commit 9cd2571

Please sign in to comment.