[nobuild] convert other <Pressable> to <Button>

This commit is contained in:
Stef-00012 2025-02-07 16:12:23 +01:00
parent 8ca26a7ec8
commit e3a95e92cf
No known key found for this signature in database
GPG key ID: 28BE9A9E4EF0E6BF
9 changed files with 508 additions and 353 deletions

View file

@ -448,6 +448,8 @@ export default function LargeFileDisplay({ file, hidden, onClose }: Props) {
value: file.folderId
} : undefined}
onSelect={async (selectedFolder) => {
if (selectedFolder.length <= 0) return;
const folderId = selectedFolder[0].value
const fileId = file.id