Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shayanaijaz committed Feb 27, 2025
1 parent 332bf11 commit 44fa293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/Files/FileListing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export const FileListing: React.FC<FileListingProps> = ({
defaultSortActionId={null}
>
<FileNavbar />
<FileList data-testid="file-list" />
<FileList />
{loadingMoreFiles && (
<p style={{ textAlign: 'center' }}>Loading...</p>
)}
Expand Down

0 comments on commit 44fa293

Please sign in to comment.