diff --git a/frontend/src/components/DocumentChunks.tsx b/frontend/src/components/DocumentChunks.tsx index c96ea9d8..6e97062b 100644 --- a/frontend/src/components/DocumentChunks.tsx +++ b/frontend/src/components/DocumentChunks.tsx @@ -438,7 +438,7 @@ const DocumentChunks: React.FC = ({ ) : (
{filteredChunks.length === 0 ? ( -
+
{t('settings.documents.noChunksAlt')} = ({ const renderPathNavigation = () => { return ( -
-
+
+
{!selectedFile && ( -
+
{(processingRef.current || queueLength > 0) && ( {processingRef.current ? (currentOpRef.current === 'add' ? 'Uploading…' : 'Deleting…') : null}