Ajout de confirmation pour les delete modify et add dans la gestion d'inventaire
This commit is contained in:
@@ -118,8 +118,8 @@ const MorceauDetail = () => {
|
||||
<p className="detail-description">{item.description}</p>
|
||||
</div>
|
||||
<div className="detail-container-right">
|
||||
<h1 className="detail-title">{item.title} (#{item.id})</h1>
|
||||
<h2 className="detail-category">{item.category}</h2>
|
||||
<h1 className="detail-title">{item.title}</h1>
|
||||
<h2 className="detail-category">Catégorie: {item.category}</h2>
|
||||
<div className="detail-price-container">
|
||||
{renderPrice(item.price, item.promoPrice, item.status)}
|
||||
</div>
|
||||
@@ -127,7 +127,7 @@ const MorceauDetail = () => {
|
||||
{renderStatus(item.status)}
|
||||
</div>
|
||||
<h5>
|
||||
{item.quantity}
|
||||
Quantité: {item.quantity}
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user