Edit product Start

This commit is contained in:
CHIEFSOFT\ameye
2025-10-06 16:26:39 -04:00
parent a87a0a58db
commit f86e5abd3d
+8
View File
@@ -95,6 +95,9 @@ export default function ProductsCom() {
<th scope="col" className="px-2 text-right">
Status
</th>
<th scope="col" className="px-2 text-right">
Action
</th>
</tr>
</thead>
<tbody>
@@ -122,6 +125,11 @@ export default function ProductsCom() {
<div className="text-base font-semibold">{item?.status}</div>
</div>
</td>
<td className="px-2">
<div className="text-right">
<div className="text-base font-semibold">[---]</div>
</div>
</td>
</tr>
))
: