+
${msg("No collections selected.")}
+
+ `,
+ )}
`)}
${this.renderHelpTextCol(
msg(`Automatically add crawls from this workflow to one or more collections
diff --git a/frontend/src/utils/LinkedList.ts b/frontend/src/utils/LinkedList.ts
new file mode 100644
index 0000000000..e0559850c0
--- /dev/null
+++ b/frontend/src/utils/LinkedList.ts
@@ -0,0 +1,75 @@
+/**
+ * Based on https://github.com/solancer/two-way-map/tree/v1.0.3/src
+ */
+
+export interface ILinkedListNode