mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-212): remove commented-out edit button in PurchaseTable component
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user