diff --git a/components/dashboard/product-list.tsx b/components/dashboard/product-list.tsx index 8a5cd41..8968144 100644 --- a/components/dashboard/product-list.tsx +++ b/components/dashboard/product-list.tsx @@ -78,8 +78,9 @@ export function ProductList({ products, isDemo, showArchived = false, activeProd className={`group bg-surface-container-low border border-border rounded-xl p-4 transition-colors ${ showArchived ? 'opacity-60' : 'cursor-pointer hover:border-primary' }`} + data-debug-id="product-list__items" > -