Skip to content

Commit

Permalink
Merge pull request #12239 from kialam/fix-12228-edit-deleted-wf-node
Browse files Browse the repository at this point in the history
Fix on save error message for wf approval nodes.
  • Loading branch information
akus062381 committed May 17, 2022
2 parents 7973f28 + 954b329 commit d55ed87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ function Visualizer({ template }) {
) {
if (
node.originalNodeObject.summary_fields.unified_job_template
.unified_job_type === 'workflow_approval'
?.unified_job_type === 'workflow_approval'
) {
nodeRequests.push(
WorkflowJobTemplateNodesAPI.replace(
Expand Down

0 comments on commit d55ed87

Please sign in to comment.