formbuilder
This commit is contained in:
@@ -75,7 +75,7 @@ const ProductList: FC = () => {
|
||||
title: 'ویژگی ها',
|
||||
render: (item) => {
|
||||
return (
|
||||
<Link to={Paths.product.attribute.list + item.id} className='flex text-[#0037FF] gap-2 items-center'>
|
||||
<Link to={Paths.formBuilder.list + item.id + `/product`} className='flex text-[#0037FF] gap-2 items-center'>
|
||||
<More2 size={18} color='#0037FF' />
|
||||
<div className='text-[13px]'>ویژگی ها</div>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user