mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
tag component needs no click event
This commit is contained in:
parent
8361d15a70
commit
71fc785753
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue