Add TableOrders component to dashboard
This commit is contained in:
parent
6e3f048d97
commit
036bb14c69
@ -10,6 +10,7 @@ import BaseIcon from '../components/BaseIcon';
|
||||
import { getPageTitle } from '../config';
|
||||
import Link from 'next/link';
|
||||
import { useTranslation } from 'next-i18next';
|
||||
import TableOrders from '../components/TableOrders';
|
||||
|
||||
import { hasPermission } from '../helpers/userPermissions';
|
||||
import { fetchWidgets } from '../stores/roles/rolesSlice';
|
||||
@ -619,6 +620,7 @@ const Dashboard = () => {
|
||||
)}
|
||||
</div>
|
||||
</SectionMain>
|
||||
<TableOrders filterStatus="open" />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user