From 6d4c9c01e0326e3e6f157469dbcdecf9d37a5231 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 13 Dec 2017 12:41:55 +0000 Subject: [PATCH] Fix saving of contacts. --- src/Pim.tsx | 1 + 1 file changed, 1 insertion(+) 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) {