sku fix 2
This commit is contained in:
@@ -350,10 +350,10 @@ export function InventoryFormPage({ mode }: InventoryFormPageProps) {
|
||||
updateComponentSearchTerm(index, option.sku);
|
||||
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>
|
||||
<div className="mt-1 text-xs text-muted">{option.name}</div>
|
||||
{option.sku}
|
||||
</button>
|
||||
))}
|
||||
{componentOptions.filter((option) => {
|
||||
|
||||
Reference in New Issue
Block a user