From 25fad254643b1588b07c93808618f60e52703dc6 Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Tue, 23 Mar 2021 23:14:47 +0200 Subject: [PATCH] fix(make journal) : contact list field. --- client/src/components/DataTableCells/ContactsListFieldCell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/DataTableCells/ContactsListFieldCell.js b/client/src/components/DataTableCells/ContactsListFieldCell.js index 14676e0f8..ee1b72fc9 100644 --- a/client/src/components/DataTableCells/ContactsListFieldCell.js +++ b/client/src/components/DataTableCells/ContactsListFieldCell.js @@ -12,7 +12,7 @@ export default function ContactsListCellRenderer({ }) { const handleContactSelected = useCallback( (contact) => { - updateData(index, { + updateData(index, id, { contact_id: contact.id, contact_type: contact.contact_type, });