This commit is contained in:
elforjani13
2021-09-23 15:42:14 +02:00

View File

@@ -34,7 +34,7 @@ const transfromItemsToSearch = (item) => ({
id: item.id,
text: item.name,
subText: item.code,
label: item.type,
label: item.type_formatted,
reference: item,
});