Merge branch 'develop' of ssh://bitbucket.arbetsformedlingen.se:7999/tea/mina-sidor-fa-web into develop

This commit is contained in:
Erik Tiekstra
2021-11-12 10:51:38 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ export class SlutredovisningFormStep1Component implements OnInit {
new FormGroup({
name: new FormControl(activity.name),
id: new FormControl(activity.id),
whatHasBeenDone: new FormControl('temp', RequiredValidator('Beskrivning är obligatorisk')),
whatHasBeenDone: new FormControl(null, RequiredValidator('Beskrivning är obligatorisk')),
})
);
this.changeDetectionRef.detectChanges();