From 85416e2ca285db4617ce8e5e4be6e4ae099b1f26 Mon Sep 17 00:00:00 2001 From: sua yoo Date: Mon, 6 Mar 2023 15:11:04 -0800 Subject: [PATCH] Fix crawl config name in "run now" alert (#673) --- frontend/src/pages/org/crawl-configs-detail.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/org/crawl-configs-detail.ts b/frontend/src/pages/org/crawl-configs-detail.ts index d79be33b..5ce1e7ce 100644 --- a/frontend/src/pages/org/crawl-configs-detail.ts +++ b/frontend/src/pages/org/crawl-configs-detail.ts @@ -596,12 +596,12 @@ export class CrawlTemplatesDetail extends LiteElement { this.notify({ message: msg( - html`Started crawl from ${this.crawlConfig!.name}. + html`Started crawl from ${this.renderName()}.
Watch crawl` ),