+
${msg("Check For Sitemap")}
`)}
${this.renderHelpTextCol(
- msg(`If checked, the crawler will check for a sitemap at /sitemap.xml and use it to discover pages to crawl if present.`),
+ msg(
+ `If checked, the crawler will check for a sitemap at /sitemap.xml and use it to discover pages to crawl if present.`
+ ),
false
)}
diff --git a/frontend/src/pages/org/workflows-new.ts b/frontend/src/pages/org/workflows-new.ts
index 157d4002..221d0d8f 100644
--- a/frontend/src/pages/org/workflows-new.ts
+++ b/frontend/src/pages/org/workflows-new.ts
@@ -29,7 +29,7 @@ const defaultValue = {
crawlTimeout: null,
jobType: undefined,
scale: 1,
- autoAddCollections: []
+ autoAddCollections: [],
} as WorkflowParams;
/**