diff --git a/src-ui/src/app/components/manage/workflows/workflows.component.html b/src-ui/src/app/components/manage/workflows/workflows.component.html index 085de71ea..0fb63d09a 100644 --- a/src-ui/src/app/components/manage/workflows/workflows.component.html +++ b/src-ui/src/app/components/manage/workflows/workflows.component.html @@ -22,7 +22,7 @@ - @if (loading) { + @if (loading && workflows.length === 0) {
  • Loading... @@ -36,7 +36,7 @@
    {{workflow.order}}
    - + diff --git a/src-ui/src/app/components/manage/workflows/workflows.component.ts b/src-ui/src/app/components/manage/workflows/workflows.component.ts index 8d6e0f008..9c1bc1ad4 100644 --- a/src-ui/src/app/components/manage/workflows/workflows.component.ts +++ b/src-ui/src/app/components/manage/workflows/workflows.component.ts @@ -147,7 +147,7 @@ export class WorkflowsComponent }) } - onWorkflowEnableToggled(workflow: Workflow) { + toggleWorkflowEnabled(workflow: Workflow) { this.workflowService.patch(workflow).subscribe({ next: () => { this.toastService.showInfo(