mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 14:51:13 -05:00
feat: Add optional date picker to photos
This commit is contained in:
@@ -198,6 +198,7 @@ export function UppyPhotoSubmissionUpload({
|
||||
url: photo.uploadStatus === 'uploaded' ? photo.url : uploadedPhotos.find(p => p.order === photo.order)?.url || photo.url,
|
||||
caption: photo.caption.trim(),
|
||||
title: photo.title?.trim(),
|
||||
date: photo.date?.toISOString(),
|
||||
order: index,
|
||||
})),
|
||||
// NEW STRUCTURE: context as string, IDs at top level
|
||||
|
||||
Reference in New Issue
Block a user