Fix on date
This commit is contained in:
@@ -63,6 +63,7 @@ export class NewJumpComponent implements OnInit {
|
||||
private countDatasLoaded: number;
|
||||
private pendingAddRequest: boolean;
|
||||
private listOfDropZone: Array<DropZoneResp>;
|
||||
public maxDate: Date;
|
||||
|
||||
constructor(private serviceComm: ServiceComm,
|
||||
private serviceJump: JumpService,
|
||||
@@ -81,6 +82,8 @@ export class NewJumpComponent implements OnInit {
|
||||
}
|
||||
});
|
||||
this.updateTitle();
|
||||
|
||||
this.maxDate = this.dateService.addDays(new Date(), 1);
|
||||
|
||||
this.pendingAddRequest = false;
|
||||
this.initForm();
|
||||
|
||||
Reference in New Issue
Block a user