Skip to content

Commit

Permalink
Set designators in episode form
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Oct 4, 2024
1 parent 6e4c189 commit 45430ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export class EpisodeContentsFormComponent implements OnInit, OnDestroy {
this.form.patchValue(
{
summary: episode.summary,
designators: episode.designators,
categories: episode.categories.map((c) => c.id),
},
{
Expand Down

0 comments on commit 45430ff

Please sign in to comment.