Update workflowitems-edit-page-routing.module.ts

small change to re run test
This commit is contained in:
Cristian Emanuelle Guzmán Suárez
2023-03-30 11:16:28 -06:00
committed by GitHub
parent b5881a0ae9
commit 0ffdda26dc

View File

@@ -62,7 +62,7 @@ import {
{
canActivate: [AuthenticatedGuard],
path: WORKFLOW_ITEM_SEND_BACK_PATH,
component: ThemedWorkflowItemSendBackComponent,
component: ThemedWorkflowItemSendBackComponent,
resolve: {
breadcrumb: I18nBreadcrumbResolver
},