Skip to content

Commit

Permalink
fix bug that you can't add objectives anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
nevio18324 committed Nov 26, 2024
1 parent 80ae99e commit 56b55bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 56b55bd

Please sign in to comment.