We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3628401 commit 01d607aCopy full SHA for 01d607a
src/app/child-dev-project/notes/notes-manager/notes-manager.component.ts
@@ -62,6 +62,9 @@ export class NotesManagerComponent implements OnInit {
62
@Input() includeEventNotes: boolean;
63
@Input() showEventNotesToggle: boolean;
64
65
+ // not used anymore, but throwing errors when missing
66
+ @Input() entityType: any;
67
+
68
entityConstructor = Note;
69
notes: Note[];
70
0 commit comments