fix: input profileId must not be change
This commit is contained in:
parent
1862b02a86
commit
fc89b78aa5
6 changed files with 8 additions and 21 deletions
|
|
@ -90,7 +90,6 @@ export class CreateProfileDiscipline {
|
|||
|
||||
export type UpdateProfileDiscipline = {
|
||||
date?: Date | null;
|
||||
profileId?: string;
|
||||
isActive?: boolean | null;
|
||||
level?: string | null;
|
||||
detail?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue