Fix links in watch crawl after workflow crawl completes (#943)

This commit is contained in:
Tessa Walsh 2023-07-06 18:04:26 -04:00 committed by GitHub
parent bf1e817da3
commit 29a6f0f6bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>