From 2a60c6f0a176a3892a8362c758a6599e7a9f39a2 Mon Sep 17 00:00:00 2001 From: volodymyr Date: Mon, 25 Mar 2024 15:49:56 +0200 Subject: [PATCH] feature: redirect from empty communications route added [WTEL-4380] --- src/app/router/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/router/index.js b/src/app/router/index.js index 4ad38ce0..4531231a 100644 --- a/src/app/router/index.js +++ b/src/app/router/index.js @@ -53,6 +53,7 @@ const routes = [ name: `${CrmSections.CONTACTS}-edit`, component: OpenedContact, beforeEnter: checkRouteAccess, + redirect: { name: `${CrmSections.CONTACTS}-communications` }, children: [ { path: 'communications',