|
@ -112,7 +112,7 @@ export class FirePageComponent implements OnDestroy, OnInit { |
|
|
public onRetirementDateChange(retirementDate: Date) { |
|
|
public onRetirementDateChange(retirementDate: Date) { |
|
|
this.dataService |
|
|
this.dataService |
|
|
.putUserSetting({ |
|
|
.putUserSetting({ |
|
|
retirementDate, |
|
|
retirementDate: retirementDate.toISOString(), |
|
|
projectedTotalAmount: null |
|
|
projectedTotalAmount: null |
|
|
}) |
|
|
}) |
|
|
.pipe(takeUntil(this.unsubscribeSubject)) |
|
|
.pipe(takeUntil(this.unsubscribeSubject)) |
|
|