mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix(make journal) : contact list field.
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user