mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-03 11:29:28 -05:00
Unused settings
This commit is contained in:
parent
d08df53aa9
commit
3d841d5c56
@ -4,7 +4,6 @@ import { PaperlessDocument } from 'src/app/data/paperless-document';
|
|||||||
import { PaperlessDocumentMetadata } from 'src/app/data/paperless-document-metadata';
|
import { PaperlessDocumentMetadata } from 'src/app/data/paperless-document-metadata';
|
||||||
import { DocumentService } from 'src/app/services/rest/document.service';
|
import { DocumentService } from 'src/app/services/rest/document.service';
|
||||||
import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
|
import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
|
||||||
import { SettingsService, SETTINGS_KEYS } from 'src/app/services/settings.service';
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-document-card-small',
|
selector: 'app-document-card-small',
|
||||||
@ -13,7 +12,7 @@ import { SettingsService, SETTINGS_KEYS } from 'src/app/services/settings.servic
|
|||||||
})
|
})
|
||||||
export class DocumentCardSmallComponent implements OnInit {
|
export class DocumentCardSmallComponent implements OnInit {
|
||||||
|
|
||||||
constructor(private documentService: DocumentService, private settings: SettingsService) { }
|
constructor(private documentService: DocumentService) { }
|
||||||
|
|
||||||
@Input()
|
@Input()
|
||||||
selected = false
|
selected = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user