fix: input profileId must not be change

This commit is contained in:
Methapon2001 2024-03-20 11:00:57 +07:00
parent 1862b02a86
commit fc89b78aa5
6 changed files with 8 additions and 21 deletions

View file

@ -88,7 +88,6 @@ export class CreateProfileChangeName {
}
export type UpdateProfileChangeName = {
profileId?: string | null;
isActive?: boolean;
prefixId?: string | null;
prefix?: string | null;