hotfix: delete crawl workflow without crawls
This commit is contained in:
parent
81e4b6c2cf
commit
1458e2cdd9
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user