Skip to content
Snippets Groups Projects

V3.2.1

Merged Etienne LOUPIAS requested to merge dev into master
8 files
+ 30
24
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -25,6 +25,7 @@ export class ProfileJobSelectionComponent implements OnInit {
public onCreateValueChange(searchString: string): void {
this.profileForm.get('job').patchValue({
name: searchString,
hasPersonalOffer: false,
validated: false,
});
this.validateForm.emit();
Loading