mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	@@ -146,7 +146,7 @@ export class DocumentDetailComponent implements OnInit, OnDestroy, DirtyComponen
 | 
				
			|||||||
        correspondent: doc.correspondent,
 | 
					        correspondent: doc.correspondent,
 | 
				
			||||||
        document_type: doc.document_type,
 | 
					        document_type: doc.document_type,
 | 
				
			||||||
        archive_serial_number: doc.archive_serial_number,
 | 
					        archive_serial_number: doc.archive_serial_number,
 | 
				
			||||||
        tags: doc.tags
 | 
					        tags: [...doc.tags]
 | 
				
			||||||
      })
 | 
					      })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      this.isDirty$ = dirtyCheck(this.documentForm, this.store.asObservable())
 | 
					      this.isDirty$ = dirtyCheck(this.documentForm, this.store.asObservable())
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user