diff --git a/client/src/components/Workflow/WorkflowRunButton.vue b/client/src/components/Workflow/WorkflowRunButton.vue index fb1b20ff219d..3daceee3f003 100644 --- a/client/src/components/Workflow/WorkflowRunButton.vue +++ b/client/src/components/Workflow/WorkflowRunButton.vue @@ -10,6 +10,8 @@ library.add(faPlay); interface Props { id: string; full?: boolean; + title?: string; + disabled?: boolean; } const props = defineProps(); @@ -25,10 +27,11 @@ function ExecuteWorkflow() { Run