Fix build error: remove non-existent version property from ProjectFile mapping
Build and Push Docker Image / build (push) Failing after 3m17s
Details
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:
parent
e7c86a7b1b
commit
24fdd2f6be
|
|
@ -517,7 +517,6 @@ function ProjectDetailContent({ projectId }: { projectId: string }) {
|
|||
size: f.size,
|
||||
bucket: f.bucket,
|
||||
objectKey: f.objectKey,
|
||||
version: f.version,
|
||||
}))}
|
||||
/>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Reference in New Issue