last uploaded
This commit is contained in:
parent
f455b3e72e
commit
d58f098c7b
@ -11,6 +11,10 @@ export class FileStatusWrapper {
|
||||
return this.fileStatus.added;
|
||||
}
|
||||
|
||||
get lastUploaded() {
|
||||
return this.fileStatus.lastUploaded;
|
||||
}
|
||||
|
||||
get hasUnappliedSuggestions() {
|
||||
return !this.fileStatus.allManualRedactionsApplied;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user