[CST-11178]CST-11179] small fix

This commit is contained in:
Alisa Ismailati
2023-08-10 09:40:52 +02:00
committed by Mykhaylo Boychuk
parent c50dd72d92
commit f76e224626
2 changed files with 3 additions and 4 deletions

View File

@@ -241,7 +241,8 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
{
path: 'items',
loadChildren: () => import('./shared/correction-suggestion/correction-suggestion.module')
.then((m) => m.CorrectionSuggestionModule)
.then((m) => m.CorrectionSuggestionModule),
canActivate: [AuthenticatedGuard]
},
]
}