Explorar o código

🐛 fix problem auto-selection

jmacura %!s(int64=4) %!d(string=hai) anos
pai
achega
174d180b5b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/adjuster/adjuster-presets.service.ts

+ 1 - 0
src/adjuster/adjuster-presets.service.ts

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