Skip to content

Commit

Permalink
Merge pull request #146 from CentreForDigitalHumanities/fix/episode-d…
Browse files Browse the repository at this point in the history
…esignators

Bugfix: designators in episode form
  • Loading branch information
lukavdplas authored Oct 4, 2024
2 parents 6e4c189 + 45430ff commit 7d6d34a
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 7d6d34a

Please sign in to comment.