diff --git a/frontend/src/app/shared/dialog/objective-dialog/objective-form.component.ts b/frontend/src/app/shared/dialog/objective-dialog/objective-form.component.ts index d6dc2dd1e6..59a1c9226b 100644 --- a/frontend/src/app/shared/dialog/objective-dialog/objective-form.component.ts +++ b/frontend/src/app/shared/dialog/objective-dialog/objective-form.component.ts @@ -75,7 +75,7 @@ export class ObjectiveFormComponent implements OnInit, OnDestroy { quarterId: value.quarter, description: value.description, title: value.title, - teamId: value.team, + teamId: this.data.objective.teamId, state: state, } as unknown as Objective;