diff --git a/frontend/src/app/taskgroups/taskgroup-creation/taskgroup-creation.component.ts b/frontend/src/app/taskgroups/taskgroup-creation/taskgroup-creation.component.ts index 595f7a6..e14946e 100644 --- a/frontend/src/app/taskgroups/taskgroup-creation/taskgroup-creation.component.ts +++ b/frontend/src/app/taskgroups/taskgroup-creation/taskgroup-creation.component.ts @@ -7,6 +7,7 @@ import {MatSnackBar} from "@angular/material/snack-bar"; import {ActivatedRoute} from "@angular/router"; import {TaskgroupCreationData} from "./TaskgroupCreationData"; + @Component({ selector: 'app-taskgroup-creation', templateUrl: './taskgroup-creation.component.html',