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

avoiding trailing-space
This commit is contained in:
Cristian Emanuelle Guzmán Suárez
2023-03-30 12:02:42 -06:00
committed by GitHub
parent 0ffdda26dc
commit bb8775a8f0

View File

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