Update dates-dropdown.component.ts

This commit is contained in:
shamoon 2025-03-05 09:20:38 -08:00
parent e65d25a0a7
commit e7f3378d0c

View File

@ -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