Compare commits

..

No commits in common. "17f059f09da735e870a5963d9df3423daf43ba00" and "b8de65bdcfb07a0f617087dde1db0d610d192c3c" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View File

@ -80,12 +80,7 @@ const DashboardOverview = () => {
? new Date(salesData?.date_to).toISOString().split('T')[0]
: new Date().toISOString().split('T')[0]
}
onChange={e => {
setFilter({
...filter,
date_to: formatDateDDMMYYYY(new Date(e.target.value))
})
}}
onChange={e => {}}
size='small'
sx={{
'& .MuiOutlinedInput-root': {

View File

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