Fix build error: remove non-existent version property from ProjectFile mapping
Build and Push Docker Image / build (push) Failing after 3m17s Details

ProjectFile model does not have a version field; FileViewer accepts it as optional.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-02-08 13:41:53 +01:00
parent e7c86a7b1b
commit 24fdd2f6be
1 changed files with 0 additions and 1 deletions

View File

@ -517,7 +517,6 @@ function ProjectDetailContent({ projectId }: { projectId: string }) {
size: f.size, size: f.size,
bucket: f.bucket, bucket: f.bucket,
objectKey: f.objectKey, objectKey: f.objectKey,
version: f.version,
}))} }))}
/> />
) : ( ) : (