mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-14 02:25:24 +00:00
Consistently version_label not label
This commit is contained in:
@@ -172,7 +172,7 @@ export interface Document extends ObjectWithPermissions {
|
||||
export interface DocumentVersionInfo {
|
||||
id: number
|
||||
added?: Date
|
||||
label?: string
|
||||
version_label?: string
|
||||
checksum?: string
|
||||
is_root: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user