Merge branch 'develop' into chore/vuelidate-v2-migration

This commit is contained in:
Muhsin Keloth
2024-07-10 12:31:04 +05:30
committed by GitHub
108 changed files with 2970 additions and 739 deletions
@@ -7,7 +7,9 @@ export const routes = [
{
path: frontendURL('accounts/:accountId/search'),
name: 'search',
roles: ['administrator', 'agent'],
meta: {
permissions: ['administrator', 'agent'],
},
component: SearchView,
},
];