@@ -128,6 +128,7 @@ export class AdjusterPresetsService {
pickProblem(role) {
this.activeProblem = role.problems[0] ?? null;
+ this.applyProblem(this.activeProblem);
}