feat: routing add product

This commit is contained in:
efrilm 2025-09-03 12:36:44 +07:00
parent ad48cdebe7
commit 1fc2b41d36

View File

@ -314,7 +314,7 @@ const ProductListTable = () => {
variant='contained'
component={Link}
className='max-sm:is-full is-auto'
href={getLocalizedUrl('/apps/ecommerce/products/add', locale as Locale)}
href={getLocalizedUrl('/apps/inventory/products/add', locale as Locale)}
startIcon={<i className='tabler-plus' />}
>
Add Product