diff --git a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html index a318dffe7..584b901d1 100644 --- a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -34,7 +34,7 @@
- @for (trigger of object.triggers; track trigger; let i = $index){ + @for (trigger of object?.triggers; track trigger; let i = $index){
- @for (action of object.actions; track action; let i = $index){ + @for (action of object?.actions; track action; let i = $index){