formbuilder

This commit is contained in:
hamid zarghami
2026-01-29 10:24:41 +03:30
parent 2234c44202
commit f9899f108c
6 changed files with 48 additions and 30 deletions
+1 -1
View File
@@ -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>