mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
tag component needs no click event
This commit is contained in:
parent
8361d15a70
commit
71fc785753
@ -16,9 +16,6 @@ export class TagComponent implements OnInit {
|
||||
@Input()
|
||||
clickable: boolean = false
|
||||
|
||||
@Output()
|
||||
click = new EventEmitter()
|
||||
|
||||
ngOnInit(): void {
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user