Skip to content

Commit

Permalink
fix: prevent component init error (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter authored Oct 18, 2024
1 parent 3628401 commit 01d607a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ export class NotesManagerComponent implements OnInit {
@Input() includeEventNotes: boolean;
@Input() showEventNotesToggle: boolean;

// not used anymore, but throwing errors when missing
@Input() entityType: any;

entityConstructor = Note;
notes: Note[];

Expand Down

0 comments on commit 01d607a

Please sign in to comment.