mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01:00
Update frontend/src/components/fileManager/FileListArea.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -48,7 +48,7 @@ const FileListArea: React.FC<FileListAreaProps> = ({
|
|||||||
<EmptyFilesState />
|
<EmptyFilesState />
|
||||||
) : recentFiles.length === 0 && isLoading ? (
|
) : recentFiles.length === 0 && isLoading ? (
|
||||||
<Center style={{ height: '12.5rem' }}>
|
<Center style={{ height: '12.5rem' }}>
|
||||||
<Text c="dimmed" ta="center">Loading files...</Text>
|
<Text c="dimmed" ta="center">{t('fileManager.loadingFiles', 'Loading files...')}</Text>
|
||||||
</Center>
|
</Center>
|
||||||
) : (
|
) : (
|
||||||
filteredFiles.map((file, index) => {
|
filteredFiles.map((file, index) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user