mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore: switch to guts for typescript types generation (#15801)
switch to guts for typescript type generation omitempty vs null must now be explicit
This commit is contained in:
@ -96,6 +96,7 @@ export const CreateUserForm: FC<
|
||||
name: "",
|
||||
organization_ids: ["00000000-0000-0000-0000-000000000000"],
|
||||
login_type: "",
|
||||
user_status: null,
|
||||
},
|
||||
validationSchema,
|
||||
onSubmit,
|
||||
|
Reference in New Issue
Block a user