mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 18:31:13 -05:00
Fix moderation queue display
This commit is contained in:
@@ -195,6 +195,10 @@ export function UppyPhotoSubmissionUpload({
|
||||
title: photo.title?.trim(),
|
||||
date: photo.date?.toISOString(),
|
||||
order: index,
|
||||
// Include file metadata for moderation queue
|
||||
filename: photo.file?.name,
|
||||
size: photo.file?.size,
|
||||
type: photo.file?.type,
|
||||
})),
|
||||
// NEW STRUCTURE: Generic entity references
|
||||
context: finalEntityType,
|
||||
|
||||
Reference in New Issue
Block a user