feat: sort shared files
This commit is contained in:
@@ -89,7 +89,12 @@ const Share = ({ shareId }: { shareId: string }) => {
|
||||
{share?.files.length > 1 && <DownloadAllButton shareId={shareId} />}
|
||||
</Group>
|
||||
|
||||
<FileList files={share?.files} share={share!} isLoading={!share} />
|
||||
<FileList
|
||||
files={share?.files}
|
||||
setShare={setShare}
|
||||
share={share!}
|
||||
isLoading={!share}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user