mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
Merge branch 'master' of https://github.com/abouolia/Ratteb
This commit is contained in:
@@ -12,7 +12,7 @@ export default function ContactsListCellRenderer({
|
|||||||
}) {
|
}) {
|
||||||
const handleContactSelected = useCallback(
|
const handleContactSelected = useCallback(
|
||||||
(contact) => {
|
(contact) => {
|
||||||
updateData(index, {
|
updateData(index, id, {
|
||||||
contact_id: contact.id,
|
contact_id: contact.id,
|
||||||
contact_type: contact.contact_type,
|
contact_type: contact.contact_type,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user