From 9e88b6307dd9b14ca73db5b637e11022bbcadcd5 Mon Sep 17 00:00:00 2001 From: kartikpersistent <101251502+kartikpersistent@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:33:03 +0530 Subject: [PATCH] Update Content.tsx --- frontend/src/components/Content.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Content.tsx b/frontend/src/components/Content.tsx index bae6658ab..84e5e52fc 100644 --- a/frontend/src/components/Content.tsx +++ b/frontend/src/components/Content.tsx @@ -577,6 +577,7 @@ const Content: React.FC = ({ (response.data?.message as string).includes('Chunks are not created') ) { showNormalToast(response.data.message as string); + retryOnclose() } else { const isStartFromBegining = retryoption === RETRY_OPIONS[0] || retryoption === RETRY_OPIONS[1]; setFilesData((prev) => {