mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
BIG-119: fix formatted item type with universal search item.
This commit is contained in:
@@ -34,7 +34,7 @@ const transfromItemsToSearch = (item) => ({
|
|||||||
id: item.id,
|
id: item.id,
|
||||||
text: item.name,
|
text: item.name,
|
||||||
subText: item.code,
|
subText: item.code,
|
||||||
label: item.type,
|
label: item.type_formatted,
|
||||||
reference: item,
|
reference: item,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user