refactor(FE-212): remove commented-out edit button in PurchaseTable component

This commit is contained in:
rstubryan
2025-11-20 23:28:05 +07:00
parent b2ef545f63
commit c8b3e52ac0
@@ -48,15 +48,15 @@ const RowOptionsMenu = ({
Detail
</Button>
<Button
href={`/purchase/detail/edit/?purchaseId=${props.row.original.id}`}
variant='ghost'
color='warning'
className='justify-start text-sm'
>
<Icon icon='material-symbols:edit-outline' width={16} height={16} />
Edit
</Button>
{/*<Button*/}
{/* href={`/purchase/detail/edit/?purchaseId=${props.row.original.id}`}*/}
{/* variant='ghost'*/}
{/* color='warning'*/}
{/* className='justify-start text-sm'*/}
{/*>*/}
{/* <Icon icon='material-symbols:edit-outline' width={16} height={16} />*/}
{/* Edit*/}
{/*</Button>*/}
<Button
onClick={deleteClickHandler}