Skip to content

Commit

Permalink
Update Content.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikpersistent authored Jan 3, 2025
1 parent 320b975 commit 9e88b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ const Content: React.FC<ContentProps> = ({
(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) => {
Expand Down

0 comments on commit 9e88b63

Please sign in to comment.