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(
|
this.getWorkflowPromise?.then(
|
||||||
() => html`
|
() => html`
|
||||||
${when(this.activePanel === "watch", () =>
|
${when(this.activePanel === "watch", () =>
|
||||||
this.lastCrawlId
|
this.workflow?.isCrawlRunning
|
||||||
? html` <div class="border rounded-lg py-2 mb-5 h-14">
|
? html` <div class="border rounded-lg py-2 mb-5 h-14">
|
||||||
${this.renderCurrentCrawl()}
|
${this.renderCurrentCrawl()}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user