last uploaded

This commit is contained in:
Timo Bejan 2020-11-17 14:20:49 +02:00
parent f455b3e72e
commit d58f098c7b

View File

@ -11,6 +11,10 @@ export class FileStatusWrapper {
return this.fileStatus.added;
}
get lastUploaded() {
return this.fileStatus.lastUploaded;
}
get hasUnappliedSuggestions() {
return !this.fileStatus.allManualRedactionsApplied;
}