minor changes
This commit is contained in:
@@ -31,7 +31,7 @@ export class SprintFormComponent implements OnInit {
|
||||
|
||||
ngOnInit(): void {
|
||||
if (this.sprint === null || this.sprint === undefined) {
|
||||
this.sprint = { title: '', startDate: new Date(), endDate: new Date(), project: 0 }; //project id: static counter?
|
||||
this.sprint = { title: '', startDate: new Date(), endDate: new Date()}; //project id missing...
|
||||
this.editing = false;
|
||||
} else {
|
||||
this.editing = true;
|
||||
|
||||
Reference in New Issue
Block a user