Merge remote-tracking branch 'refs/remotes/origin/staging' into staging

This commit is contained in:
kevin
2023-07-04 09:42:37 +07:00
1905 changed files with 550 additions and 13 deletions

0
frontend/dashboard/src/layouts/LogoOnlyLayout.tsx Executable file → Normal file
View File

View File

View File

View File

View File

View File

0
frontend/dashboard/src/layouts/dashboard/index.tsx Executable file → Normal file
View File

View File

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',

View File

View File

View File

View File