fix(make journal) : contact list field.

This commit is contained in:
elforjani3
2021-03-23 23:14:47 +02:00
parent ff559180fd
commit 25fad25464

View File

@@ -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,
});