Added dynamic list enlargement

This commit is contained in:
2020-06-10 11:34:39 +02:00
parent e1a531ce80
commit a5323552b0
4 changed files with 12 additions and 2 deletions

View File

@@ -47,6 +47,6 @@ export class TaskFormComponent implements OnInit {
});
}
this.submitted = true;
this.activeModalService.close();
this.activeModalService.close(this.task);
}
}