From 947c73c521df83b4cb5089ac26a4bd01554443d7 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 22 Jun 2024 20:01:25 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/action-settings/enqueueLinks.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/action-settings/enqueueLinks.tsx b/src/components/molecules/action-settings/enqueueLinks.tsx index 9ccbd5c5..2c383d47 100644 --- a/src/components/molecules/action-settings/enqueueLinks.tsx +++ b/src/components/molecules/action-settings/enqueueLinks.tsx @@ -15,14 +15,14 @@ export const EnqueueLinksSettings = forwardRef((props, ref) => { return ( setSettings(e.target.value)} /> - + Reads elements targeted by the selector and stores their links in a queue. Those pages are then processed using the same workflow as the initial page (in parallel if the maxConcurrency parameter is greater than 1).