diff --git a/web/src/app/ts/Submission.ts b/web/src/app/ts/Submission.ts index e8624da..6e2aa51 100644 --- a/web/src/app/ts/Submission.ts +++ b/web/src/app/ts/Submission.ts @@ -23,7 +23,7 @@ interface SubmissionInfo { readonly ValidatedAssetID: number, readonly ValidatedAssetVersion: number, readonly Completed: boolean, - readonly TargetAssetID: number, + readonly UploadedAssetID: number, readonly StatusID: SubmissionStatus readonly StatusMessage: string, }