From d5ac10121f6276d461c9d95c8880c2303515e54b Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Sun, 25 Aug 2024 17:32:00 -0500 Subject: [PATCH] do not include `Steps` tab for subworkflows --- .../WorkflowInvocationState/WorkflowInvocationState.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue b/client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue index e015ebd0e307..97e0c69a1680 100644 --- a/client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue +++ b/client/src/components/WorkflowInvocationState/WorkflowInvocationState.vue @@ -227,7 +227,7 @@ function cancelWorkflowSchedulingLocal() { :is-subworkflow="isSubworkflow" @invocation-cancelled="cancelWorkflowSchedulingLocal" /> - +