fix
This commit is contained in:
parent
aec7608e9d
commit
e2bec57f59
2 changed files with 143 additions and 143 deletions
|
|
@ -52,7 +52,7 @@ export class KpiUserCapacityController extends Controller {
|
|||
requestBody: {
|
||||
kpiUserEvaluationId: string;
|
||||
kpiCapacityId: string;
|
||||
level: string;
|
||||
level: string | null;
|
||||
weight: number;
|
||||
},
|
||||
@Request() request: { user: Record<string, any> },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue