File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import { validateToken } from './services/service'
26
26
27
27
const NavigationRoutes = lazy ( ( ) => import ( './components/common/navigation/NavigationRoutes' ) )
28
28
const Login = lazy ( ( ) => import ( './components/login/Login' ) )
29
- const ApprovedModal = importComponentFromFELibrary ( 'ApprovedModal ' )
29
+ const NotificationApprovalViaEmailComponent = importComponentFromFELibrary ( 'NotificationApprovalViaEmailComponent ' )
30
30
31
31
toast . configure ( {
32
32
autoClose : 3000 ,
@@ -225,7 +225,7 @@ export default function App() {
225
225
< BreadcrumbStore >
226
226
< Switch >
227
227
{ ! window . _env_ . K8S_CLIENT && < Route path = { `/login` } component = { Login } /> }
228
- < Route path = { `/approval` } component = { ApprovedModal } />
228
+ < Route path = { `/approval` } component = { NotificationApprovalViaEmailComponent } />
229
229
< Route path = "/" render = { ( ) => < NavigationRoutes /> } />
230
230
< Redirect
231
231
to = { window . _env_ . K8S_CLIENT ? '/' : `${ URLS . LOGIN_SSO } ${ location . search } ` }
You can’t perform that action at this time.
0 commit comments