sku fix 2
This commit is contained in:
@@ -350,10 +350,10 @@ export function InventoryFormPage({ mode }: InventoryFormPageProps) {
|
|||||||
updateComponentSearchTerm(index, option.sku);
|
updateComponentSearchTerm(index, option.sku);
|
||||||
setActiveComponentPicker(null);
|
setActiveComponentPicker(null);
|
||||||
}}
|
}}
|
||||||
className="block w-full border-b border-line/50 px-4 py-3 text-left text-sm text-text transition last:border-b-0 hover:bg-page/70"
|
title={option.name}
|
||||||
|
className="block w-full border-b border-line/50 px-4 py-2 text-left text-sm font-semibold text-text transition last:border-b-0 hover:bg-page/70"
|
||||||
>
|
>
|
||||||
<div className="font-semibold">{option.sku}</div>
|
{option.sku}
|
||||||
<div className="mt-1 text-xs text-muted">{option.name}</div>
|
|
||||||
</button>
|
</button>
|
||||||
))}
|
))}
|
||||||
{componentOptions.filter((option) => {
|
{componentOptions.filter((option) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user