Skip to content
Snippets Groups Projects
Commit 4f8e1a9f authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #12091 TIME 0:05 fix pj ko

parent 39c6e7db
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ export class AttachmentCreateComponent implements OnInit { ...@@ -195,7 +195,7 @@ export class AttachmentCreateComponent implements OnInit {
this.attachments[this.indexTab].format.setValue(data.format); this.attachments[this.indexTab].format.setValue(data.format);
this.attachments.push({ this.attachments.push({
title: new FormControl({ value: '', disabled: false }, [Validators.required]), title: new FormControl({ value: '', disabled: false }, [Validators.required]),
recipientId: new FormControl({ value: null, disabled: false }), recipient: new FormControl({ value: null, disabled: false }),
type: new FormControl({ value: '', disabled: false }, [Validators.required]), type: new FormControl({ value: '', disabled: false }, [Validators.required]),
validationDate: new FormControl({ value: null, disabled: false }), validationDate: new FormControl({ value: null, disabled: false }),
encodedFile: new FormControl({ value: '', disabled: false }, [Validators.required]), encodedFile: new FormControl({ value: '', disabled: false }, [Validators.required]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment