Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 518cc71

Browse files
committed
fix lint error in workflow-item-send-back.component.ts
1 parent 0906234 commit 518cc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/custom/app/workflowitems-edit-page/workflow-item-send-back/workflow-item-send-back.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { WorkflowItemSendBackComponent as BaseComponent } from '../../../../../a
66
// NOTE: the SCSS file for workflow-item-action-page does not have a corresponding file in the original
77
// implementation, so this commented out line below is a stub, here if you
88
// need it, but you probably don't need it.
9-
// styleUrls: ['./workflow-item-send-back.component.scss'],
9+
// styleUrls: ['./workflow-item-send-back.component.scss'],
1010
// templateUrl: './workflow-item-send-back.component.html'
1111
templateUrl: '../../../../../app/workflowitems-edit-page/workflow-item-action-page.component.html'
1212
})

0 commit comments

Comments
 (0)