diff --git a/frontend/src/__generated__/.keep b/frontend/src/__generated__/.keep deleted file mode 100644 index e69de29b..00000000 diff --git a/frontend/src/pages/archive/crawl-config-editor.ts b/frontend/src/pages/archive/crawl-config-editor.ts index e76e6c5b..56eb6598 100644 --- a/frontend/src/pages/archive/crawl-config-editor.ts +++ b/frontend/src/pages/archive/crawl-config-editor.ts @@ -1329,15 +1329,14 @@ https://example.net`} private renderConfirmSettings = () => { const errorAlert = when(this.formHasError, () => { + const crawlSetupUrl = `${window.location.href.split("#")[0]}#crawlSetup`; const errorMessage = this.hasRequiredFields() ? msg( "There are issues with this crawl configuration. Please go through previous steps and fix all issues to continue." ) : msg(html`There is an issue with this crawl configuration:

Crawl URL(s) required in - Crawl Setup.

Please fix to continue.`); diff --git a/frontend/src/pages/archive/crawl-templates-list.ts b/frontend/src/pages/archive/crawl-templates-list.ts index d3510d7f..14781302 100644 --- a/frontend/src/pages/archive/crawl-templates-list.ts +++ b/frontend/src/pages/archive/crawl-templates-list.ts @@ -704,7 +704,7 @@ export class CrawlTemplatesList extends LiteElement { class="underline hover:no-underline" href="/archives/${this .archiveId}/crawls/crawl/${data.started}#watch" - @click=${this.navLink.bind(this)} + @click="${this.navLink.bind(this)}" >Watch crawl` ),