mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
chore(FE-40): create main drawer menu type
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
export const MAIN_DRAWER_LINKS = [
|
type MAIN_DRAWER_MENU = {
|
||||||
|
title: string;
|
||||||
|
link: string;
|
||||||
|
icon: string;
|
||||||
|
submenu?: MAIN_DRAWER_MENU[];
|
||||||
|
};
|
||||||
|
|
||||||
|
export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
|
||||||
{
|
{
|
||||||
title: 'Dashboard',
|
title: 'Dashboard',
|
||||||
link: '/dashboard',
|
link: '/dashboard',
|
||||||
@@ -62,7 +69,7 @@ export const MAIN_DRAWER_LINKS = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'FCR',
|
title: 'FCR',
|
||||||
link: '/master-data/FCR',
|
link: '/master-data/fcr',
|
||||||
icon: 'fluent:food-chicken-leg-16-regular',
|
icon: 'fluent:food-chicken-leg-16-regular',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user