|
@@ -92,12 +92,10 @@ export class AdjusterPresetsService {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
applyProblem(problem: Problem) {
|
|
applyProblem(problem: Problem) {
|
|
|
- console.log(problem);
|
|
|
|
|
this.problemChanges.next(problem);
|
|
this.problemChanges.next(problem);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
changeSchema(schema: Schema) {
|
|
changeSchema(schema: Schema) {
|
|
|
- console.log(schema);
|
|
|
|
|
this.schemaChanges.next(schema);
|
|
this.schemaChanges.next(schema);
|
|
|
}
|
|
}
|
|
|
|
|
|