Skip to content

Commit

Permalink
Merge pull request #767 from webitel/fix/routing-in-resources-group
Browse files Browse the repository at this point in the history
fix: routing in resources group page[WTEL-5071]
  • Loading branch information
Lera24 authored Sep 9, 2024
2 parents 99fb74c + 9b3cf92 commit 298a122
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const ResourceGroupRoutes = [
{
path: '/contact-center/resource-groups/:id',
name: `${RouteNames.RESOURCE_GROUPS}-card`,
redirect: { name: ResourcesGroupsRouteNames.GENERAL },
component: OpenedResourceGroup,
beforeEnter: checkRouteAccess,
children: [
Expand Down

0 comments on commit 298a122

Please sign in to comment.