mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Update dates-dropdown.component.ts
This commit is contained in:
parent
e65d25a0a7
commit
e7f3378d0c
@ -202,8 +202,6 @@ export class DatesDropdownComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
onSetCreatedRelativeDate(rd: { id: number; name: string; date: number }) {
|
||||
console.log(rd)
|
||||
|
||||
// createdRelativeDate is set by ngModel
|
||||
this.createdDateTo = null
|
||||
this.createdDateFrom = null
|
||||
@ -211,8 +209,6 @@ export class DatesDropdownComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
onSetAddedRelativeDate(rd: { id: number; name: string; date: number }) {
|
||||
console.log(rd)
|
||||
|
||||
// addedRelativeDate is set by ngModel
|
||||
this.addedDateTo = null
|
||||
this.addedDateFrom = null
|
||||
|
Loading…
x
Reference in New Issue
Block a user