Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
infonl-marcel committed Mar 3, 2025
1 parent 0817fa3 commit ce60fac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export class CaseDetailsEditComponent implements OnDestroy, OnInit {
if (assignment) {
this.zaak = {
...this.zaak,
...assignment.groep,
groep: assignment.groep,
behandelaar: assignment.medewerker,
};

Expand Down

0 comments on commit ce60fac

Please sign in to comment.