mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -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()
|
@Input()
|
||||||
clickable: boolean = false
|
clickable: boolean = false
|
||||||
|
|
||||||
@Output()
|
|
||||||
click = new EventEmitter()
|
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user