hotfix: delete crawl workflow without crawls

This commit is contained in:
sua yoo 2023-04-24 15:18:20 -07:00
parent 81e4b6c2cf
commit 1458e2cdd9
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -525,7 +525,7 @@ export class WorkflowDetail extends LiteElement {
try { try {
await this.apiFetch( await this.apiFetch(
`/orgs${this.orgId}/crawlconfigs/${this.workflow.id}`, `/orgs/${this.orgId}/crawlconfigs/${this.workflow.id}`,
this.authState!, this.authState!,
{ {
method: "DELETE", method: "DELETE",