Update slutredovisning-form-step1.component.ts
This commit is contained in:
@@ -40,7 +40,7 @@ export class SlutredovisningFormStep1Component implements OnInit {
|
|||||||
new FormGroup({
|
new FormGroup({
|
||||||
name: new FormControl(activity.name),
|
name: new FormControl(activity.name),
|
||||||
id: new FormControl(activity.id),
|
id: new FormControl(activity.id),
|
||||||
whatHasBeenDone: new FormControl('temp', RequiredValidator('Beskrivning är obligatorisk')),
|
whatHasBeenDone: new FormControl(null, RequiredValidator('Beskrivning är obligatorisk')),
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
this.changeDetectionRef.detectChanges();
|
this.changeDetectionRef.detectChanges();
|
||||||
|
|||||||
Reference in New Issue
Block a user