Skip to content

Commit

Permalink
feature: redirect from empty communications route added [WTEL-4380]
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBeria committed Mar 25, 2024
1 parent 36099e1 commit 2a60c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const routes = [
name: `${CrmSections.CONTACTS}-edit`,
component: OpenedContact,
beforeEnter: checkRouteAccess,
redirect: { name: `${CrmSections.CONTACTS}-communications` },
children: [
{
path: 'communications',
Expand Down

0 comments on commit 2a60c6f

Please sign in to comment.