Fix links in watch crawl after workflow crawl completes (#943)
This commit is contained in:
parent
bf1e817da3
commit
29a6f0f6bc
@ -428,7 +428,7 @@ export class WorkflowDetail extends LiteElement {
|
||||
this.getWorkflowPromise?.then(
|
||||
() => html`
|
||||
${when(this.activePanel === "watch", () =>
|
||||
this.lastCrawlId
|
||||
this.workflow?.isCrawlRunning
|
||||
? html` <div class="border rounded-lg py-2 mb-5 h-14">
|
||||
${this.renderCurrentCrawl()}
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user