Explorar el Código

🐛 fix problem auto-selection

jmacura hace 4 años
padre
commit
174d180b5b
Se han modificado 1 ficheros con 1 adiciones y 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);
   }
 }