Skip to content

Commit 01d607a

Browse files
authored
fix: prevent component init error (#2620)
1 parent 3628401 commit 01d607a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/child-dev-project/notes/notes-manager/notes-manager.component.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ export class NotesManagerComponent implements OnInit {
6262
@Input() includeEventNotes: boolean;
6363
@Input() showEventNotesToggle: boolean;
6464

65+
// not used anymore, but throwing errors when missing
66+
@Input() entityType: any;
67+
6568
entityConstructor = Note;
6669
notes: Note[];
6770

0 commit comments

Comments
 (0)