fix
This commit is contained in:
parent
04344cd4c5
commit
567af430c1
2 changed files with 16 additions and 9 deletions
|
|
@ -82,7 +82,7 @@ export class CreateDevelopmentEvaluation {
|
|||
@Column()
|
||||
measuRement: string | null;
|
||||
@Column()
|
||||
results: string | null;
|
||||
results?: string | null;
|
||||
@Column()
|
||||
obstacles: string | null;
|
||||
@Column()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue