diff --git a/app/pages/page.tsx b/app/pages/page.tsx index 188c3aa..c76999f 100644 --- a/app/pages/page.tsx +++ b/app/pages/page.tsx @@ -1448,7 +1448,7 @@ export default function CarnetPage() { currentUserId={session.user.id} currentPath="attachments" onFileSelect={handleMissionFileSelect} - selectedFileKey={selectedMissionFile?.key} + selectedFileKey={undefined} /> ) ) : (