This commit is contained in:
2023-06-13 11:33:42 +07:00
parent cbc7dfdb99
commit 8f532e655f
10 changed files with 320 additions and 7 deletions

View File

@@ -74,7 +74,10 @@ const navConfig = [
},
{
title: 'CUSTOMER SERVICES',
children: [{ title: 'Request', path: '/cs-request' }],
children: [
{ title: 'Request', path: '/cs-request' },
{ title: 'Membership', path: '/cs-membership' },
],
},
{
title: 'REPORT',