mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix: another doc link fix (#9700)
This commit is contained in:
		| @@ -94,8 +94,8 @@ export class DocumentLinkComponent | ||||
|         .pipe(takeUntil(this.unsubscribeNotifier)) | ||||
|         .subscribe((documentResults) => { | ||||
|           this.loading = false | ||||
|           this.selectedDocuments = documentIDs.map((id) => | ||||
|             documentResults.results.find((d) => d.id === id) | ||||
|           this.selectedDocuments = documentIDs.map( | ||||
|             (id) => documentResults.results.find((d) => d.id === id) ?? {} | ||||
|           ) | ||||
|           super.writeValue(documentIDs) | ||||
|         }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon