Skip to content

Commit

Permalink
Update ProductListItem.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas authored Jan 10, 2025
1 parent ca7921a commit 21557ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/ProductListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const ProductListItem: React.FC<ProductListItemProps> = (
title={product.name}
onDragStart={handleDisableDragAndDrop}
onDrop={handleDisableDragAndDrop}
scroll
>
<div className={styles.thumbnail}>
<Image
Expand Down

0 comments on commit 21557ee

Please sign in to comment.