Skip to content

Commit

Permalink
do not include Steps tab for subworkflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Aug 25, 2024
1 parent b7a0424 commit d5ac101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function cancelWorkflowSchedulingLocal() {
:is-subworkflow="isSubworkflow"
@invocation-cancelled="cancelWorkflowSchedulingLocal" />
</BTab>
<BTab title="Steps" lazy>
<BTab v-if="!isSubworkflow" title="Steps" lazy>
<WorkflowInvocationSteps
v-if="workflow && invocation && storeId"
:invocation="invocation"
Expand Down

0 comments on commit d5ac101

Please sign in to comment.