From 1458e2cdd9bec575b87becedddee681bbd33efb6 Mon Sep 17 00:00:00 2001 From: sua yoo Date: Mon, 24 Apr 2023 15:18:20 -0700 Subject: [PATCH] hotfix: delete crawl workflow without crawls --- frontend/src/pages/org/workflow-detail.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/org/workflow-detail.ts b/frontend/src/pages/org/workflow-detail.ts index 3a2f04e3..aa3c6c94 100644 --- a/frontend/src/pages/org/workflow-detail.ts +++ b/frontend/src/pages/org/workflow-detail.ts @@ -525,7 +525,7 @@ export class WorkflowDetail extends LiteElement { try { await this.apiFetch( - `/orgs${this.orgId}/crawlconfigs/${this.workflow.id}`, + `/orgs/${this.orgId}/crawlconfigs/${this.workflow.id}`, this.authState!, { method: "DELETE",