Skip to content

Commit

Permalink
fix: prevent component init error
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter committed Oct 16, 2024
1 parent 3628401 commit 9d03641
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 9d03641

Please sign in to comment.