diff --git a/src/Pim.tsx b/src/Pim.tsx index 7b139f8..0dcf15a 100644 --- a/src/Pim.tsx +++ b/src/Pim.tsx @@ -39,6 +39,7 @@ class Pim extends React.Component { constructor(props: any) { super(props); this.onEventSave = this.onEventSave.bind(this); + this.onContactSave = this.onContactSave.bind(this); } onEventSave(event: EventType, journalUid: string, originalEvent?: EventType) {