refs #798 Delete console logs
parent
daca59b7bc
commit
b5a1bee0b9
|
@ -1,4 +1,4 @@
|
|||
<h2 mat-dialog-title>Crear Tarea</h2>
|
||||
<h2 mat-dialog-title>{{ editing ? 'Editar Tarea' : 'Crear Tarea' }}</h2>
|
||||
|
||||
<form [formGroup]="taskForm">
|
||||
<mat-dialog-content>
|
||||
|
|
|
@ -48,6 +48,8 @@ export class CreateTaskComponent implements OnInit {
|
|||
this.editing = true;
|
||||
this.loadTaskData(this.data.task);
|
||||
}
|
||||
|
||||
console.log(this.data);
|
||||
}
|
||||
|
||||
loadCommandGroups(): void {
|
||||
|
|
Loading…
Reference in New Issue