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 Detail
</Button> </Button>
<Button {/*<Button*/}
href={`/purchase/detail/edit/?purchaseId=${props.row.original.id}`} {/* href={`/purchase/detail/edit/?purchaseId=${props.row.original.id}`}*/}
variant='ghost' {/* variant='ghost'*/}
color='warning' {/* color='warning'*/}
className='justify-start text-sm' {/* className='justify-start text-sm'*/}
> {/*>*/}
<Icon icon='material-symbols:edit-outline' width={16} height={16} /> {/* <Icon icon='material-symbols:edit-outline' width={16} height={16} />*/}
Edit {/* Edit*/}
</Button> {/*</Button>*/}
<Button <Button
onClick={deleteClickHandler} onClick={deleteClickHandler}