mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
parent
1d67c32351
commit
33ab69e010
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ export class DocumentDetailComponent implements OnInit, OnDestroy, DirtyComponen
|
|||
correspondent: doc.correspondent,
|
||||
document_type: doc.document_type,
|
||||
archive_serial_number: doc.archive_serial_number,
|
||||
tags: doc.tags
|
||||
tags: [...doc.tags]
|
||||
})
|
||||
|
||||
this.isDirty$ = dirtyCheck(this.documentForm, this.store.asObservable())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue