diff --git a/apps/red-ui/src/app/screens/file/model/file-status.wrapper.ts b/apps/red-ui/src/app/screens/file/model/file-status.wrapper.ts index 01715c51c..c7bfa0cbe 100644 --- a/apps/red-ui/src/app/screens/file/model/file-status.wrapper.ts +++ b/apps/red-ui/src/app/screens/file/model/file-status.wrapper.ts @@ -11,6 +11,10 @@ export class FileStatusWrapper { return this.fileStatus.added; } + get lastUploaded() { + return this.fileStatus.lastUploaded; + } + get hasUnappliedSuggestions() { return !this.fileStatus.allManualRedactionsApplied; }