mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix suggestion adding
This commit is contained in:
		@@ -196,6 +196,7 @@ export class TagsComponent implements OnInit, ControlValueAccessor {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  addTag(id) {
 | 
					  addTag(id) {
 | 
				
			||||||
    this.value = [...this.value, id]
 | 
					    this.value = [...this.value, id]
 | 
				
			||||||
 | 
					    this.onAdd(this.getTag(id))
 | 
				
			||||||
    this.onChange(this.value)
 | 
					    this.onChange(this.value)
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user