Added dynamic list enlargement
This commit is contained in:
@@ -47,6 +47,6 @@ export class TaskFormComponent implements OnInit {
|
||||
});
|
||||
}
|
||||
this.submitted = true;
|
||||
this.activeModalService.close();
|
||||
this.activeModalService.close(this.task);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user